summaryrefslogtreecommitdiffstats
path: root/cc/geometry_binding.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/geometry_binding.cc')
-rw-r--r--cc/geometry_binding.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/geometry_binding.cc b/cc/geometry_binding.cc
index bac1059..8656a48 100644
--- a/cc/geometry_binding.cc
+++ b/cc/geometry_binding.cc
@@ -4,8 +4,6 @@
#include "config.h"
-#if USE(ACCELERATED_COMPOSITING)
-
#include "GeometryBinding.h"
#include "CCRendererGL.h" // For the GLC() macro.
@@ -57,5 +55,3 @@ void GeometryBinding::prepareForDraw()
}
} // namespace cc
-
-#endif // USE(ACCELERATED_COMPOSITING)