Bug 1215027 - Fix EndFrameForExternalComposition() r=nical

This commit is contained in:
Sotaro Ikeda 2015-10-15 17:53:44 -07:00
Родитель 1e786086c0
Коммит 33e9987516
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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; }