Bug 1333565 - Accidentally unapplied changes from the previous commit. r=jrmuizel

This commit is contained in:
Nicolas Silva
2017-01-27 16:08:17 -05:00
parent c372ab81af
commit 5a9cbd6004
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ public:
void SetProfilerEnabled(bool aEnabled);
void RunOnRenderThread(UniquePtr<RendererEvent>&& aEvent);
void RunOnRenderThread(UniquePtr<RendererEvent> aEvent);
void Readback(gfx::IntSize aSize, uint8_t *aBuffer, uint32_t aBufferSize);
GLint GetMaxTextureSize() const { return mMaxTextureSize; }