summaryrefslogtreecommitdiffstats
path: root/cc/layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer.h')
-rw-r--r--cc/layer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/layer.h b/cc/layer.h
index a87caa0..7d1e484 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -6,8 +6,6 @@
#ifndef LayerChromium_h
#define LayerChromium_h
-#if USE(ACCELERATED_COMPOSITING)
-
#include "base/memory/ref_counted.h"
#include "CCLayerAnimationController.h"
#include "CCOcclusionTracker.h"
@@ -385,6 +383,4 @@ private:
void sortLayers(std::vector<scoped_refptr<LayerChromium> >::iterator, std::vector<scoped_refptr<LayerChromium> >::iterator, void*);
}
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif