summaryrefslogtreecommitdiffstats
path: root/cc/io_surface_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/io_surface_layer.h')
-rw-r--r--cc/io_surface_layer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
index f9c4b5f..7eb44fe 100644
--- a/cc/io_surface_layer.h
+++ b/cc/io_surface_layer.h
@@ -6,8 +6,6 @@
#ifndef IOSurfaceLayerChromium_h
#define IOSurfaceLayerChromium_h
-#if USE(ACCELERATED_COMPOSITING)
-
#include "LayerChromium.h"
namespace cc {
@@ -33,6 +31,4 @@ private:
};
}
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif