diff options
Diffstat (limited to 'gfx/thebes/gfxAndroidPlatform.h')
-rw-r--r-- | gfx/thebes/gfxAndroidPlatform.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/thebes/gfxAndroidPlatform.h b/gfx/thebes/gfxAndroidPlatform.h index 30e7c89ba..8975d0ab9 100644 --- a/gfx/thebes/gfxAndroidPlatform.h +++ b/gfx/thebes/gfxAndroidPlatform.h @@ -72,11 +72,6 @@ public: return true; } -protected: - bool AccelerateLayersByDefault() override { - return true; - } - private: gfxImageFormat mOffscreenFormat; }; |