summaryrefslogtreecommitdiffstats
path: root/cc/texture_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/texture_layer.h')
-rw-r--r--cc/texture_layer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/texture_layer.h b/cc/texture_layer.h
index 124f845..1f04c65 100644
--- a/cc/texture_layer.h
+++ b/cc/texture_layer.h
@@ -5,8 +5,6 @@
#ifndef TextureLayerChromium_h
#define TextureLayerChromium_h
-#if USE(ACCELERATED_COMPOSITING)
-
#include "LayerChromium.h"
namespace WebKit {
@@ -72,6 +70,4 @@ private:
};
}
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif