summaryrefslogtreecommitdiffstats
path: root/cc/image_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/image_layer.h')
-rw-r--r--cc/image_layer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/image_layer.h b/cc/image_layer.h
index 12ac397..79e6da7 100644
--- a/cc/image_layer.h
+++ b/cc/image_layer.h
@@ -6,8 +6,6 @@
#ifndef ImageLayerChromium_h
#define ImageLayerChromium_h
-#if USE(ACCELERATED_COMPOSITING)
-
#include "ContentLayerChromium.h"
#include "SkBitmap.h"
@@ -43,6 +41,4 @@ private:
};
}
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif