Bug 1149185 - override GetMessageLoop() r=nical

This commit is contained in:
Sotaro Ikeda 2015-03-31 06:32:53 -07:00
parent ebc6413c3b
commit 592788998c

View File

@ -74,6 +74,11 @@ public:
return mSurfaceAllocator->IsSameProcess();
}
virtual MessageLoop * GetMessageLoop() const override
{
return mSurfaceAllocator->GetMessageLoop();
}
protected:
// ISurfaceAllocator
virtual bool IsOnCompositorSide() const override