summaryrefslogtreecommitdiffstats
path: root/cc/texture_copier.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/texture_copier.cc')
-rw-r--r--cc/texture_copier.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/texture_copier.cc b/cc/texture_copier.cc
index b0db144..f60abf6 100644
--- a/cc/texture_copier.cc
+++ b/cc/texture_copier.cc
@@ -13,7 +13,6 @@
namespace cc {
-#if USE(ACCELERATED_COMPOSITING)
AcceleratedTextureCopier::AcceleratedTextureCopier(WebKit::WebGraphicsContext3D* context, bool usingBindUniforms)
: m_context(context)
, m_usingBindUniforms(usingBindUniforms)
@@ -97,5 +96,3 @@ void AcceleratedTextureCopier::flush()
}
}
-
-#endif // USE(ACCELERATED_COMPOSITING)