summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxPlatformMac.cpp
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/gfxPlatformMac.cpp
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/gfxPlatformMac.cpp')
-rw-r--r--gfx/thebes/gfxPlatformMac.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gfx/thebes/gfxPlatformMac.cpp b/gfx/thebes/gfxPlatformMac.cpp
index 79684dd19..75c5236a8 100644
--- a/gfx/thebes/gfxPlatformMac.cpp
+++ b/gfx/thebes/gfxPlatformMac.cpp
@@ -372,12 +372,6 @@ gfxPlatformMac::ReadAntiAliasingThreshold()
return threshold;
}
-bool
-gfxPlatformMac::AccelerateLayersByDefault()
-{
- return true;
-}
-
// This is the renderer output callback function, called on the vsync thread
static CVReturn VsyncCallback(CVDisplayLinkRef aDisplayLink,
const CVTimeStamp* aNow,