summaryrefslogtreecommitdiffstats
path: root/cc/layer_iterator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_iterator.cc')
-rw-r--r--cc/layer_iterator.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/layer_iterator.cc b/cc/layer_iterator.cc
index 71fde80..f9f1968 100644
--- a/cc/layer_iterator.cc
+++ b/cc/layer_iterator.cc
@@ -4,8 +4,6 @@
#include "config.h"
-#if USE(ACCELERATED_COMPOSITING)
-
#include "CCLayerIterator.h"
#include "CCLayerImpl.h"
@@ -149,5 +147,3 @@ template void CCLayerIteratorActions::FrontToBack::begin(CCLayerIterator<CCLayer
template void CCLayerIteratorActions::FrontToBack::goToHighestInSubtree(CCLayerIterator<CCLayerImpl, CCLayerImplList, CCRenderSurface, FrontToBack>&);
} // namespace cc
-
-#endif // USE(ACCELERATED_COMPOSITING)