summaryrefslogtreecommitdiffstats
path: root/cc/program_binding.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/program_binding.cc')
-rw-r--r--cc/program_binding.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/program_binding.cc b/cc/program_binding.cc
index 27d5226..4d88aa3 100644
--- a/cc/program_binding.cc
+++ b/cc/program_binding.cc
@@ -4,8 +4,6 @@
#include "config.h"
-#if USE(ACCELERATED_COMPOSITING)
-
#include "ProgramBinding.h"
#include "CCRendererGL.h" // For the GLC() macro.
@@ -143,5 +141,3 @@ void ProgramBindingBase::cleanupShaders(WebGraphicsContext3D* context)
}
} // namespace cc
-
-#endif // USE(ACCELERATED_COMPOSITING)