зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1215027 - Fix EndFrameForExternalComposition() r=nical
This commit is contained in:
Родитель
1e786086c0
Коммит
33e9987516
|
@ -92,7 +92,8 @@ public:
|
|||
virtual void EndFrame() override;
|
||||
virtual void EndFrameForExternalComposition(const gfx::Matrix& aTransform) override
|
||||
{
|
||||
NS_RUNTIMEABORT("We shouldn't ever hit this");
|
||||
// XXX See Bug 1215364
|
||||
NS_WARNING("BasicCOmpositor::EndFrameForExternalComposition - not implemented!");
|
||||
}
|
||||
|
||||
virtual bool SupportsPartialTextureUpdate() override { return true; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче