summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxPlatform.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-27 11:49:31 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-27 11:49:31 +0100
commit71416f9b79e10559f412d8b03eb65446693d8ae1 (patch)
tree1126c76cefbf8c3fbfdfd153c3650fe457e6825a /gfx/thebes/gfxPlatform.h
parentd56573bb9c88295d9bd6d86658c4124c0c4b3e2d (diff)
parent90773547e74b5c03a5bb60b9c156f987c73b3dcc (diff)
downloadUXP-71416f9b79e10559f412d8b03eb65446693d8ae1.tar
UXP-71416f9b79e10559f412d8b03eb65446693d8ae1.tar.gz
UXP-71416f9b79e10559f412d8b03eb65446693d8ae1.tar.lz
UXP-71416f9b79e10559f412d8b03eb65446693d8ae1.tar.xz
UXP-71416f9b79e10559f412d8b03eb65446693d8ae1.zip
Merge branch '1360'
Diffstat (limited to 'gfx/thebes/gfxPlatform.h')
-rw-r--r--gfx/thebes/gfxPlatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/thebes/gfxPlatform.h b/gfx/thebes/gfxPlatform.h
index 68bb99ea4..642cf909f 100644
--- a/gfx/thebes/gfxPlatform.h
+++ b/gfx/thebes/gfxPlatform.h
@@ -698,7 +698,7 @@ protected:
virtual already_AddRefed<mozilla::gfx::VsyncSource> CreateHardwareVsyncSource();
// Returns whether or not layers should be accelerated by default on this platform.
- virtual bool AccelerateLayersByDefault();
+ bool AccelerateLayersByDefault();
// Returns a prioritized list of available compositor backends for acceleration.
virtual void GetAcceleratedCompositorBackends(nsTArray<mozilla::layers::LayersBackend>& aBackends);