summaryrefslogtreecommitdiffstats
path: root/cc/video_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/video_layer.h')
-rw-r--r--cc/video_layer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/video_layer.h b/cc/video_layer.h
index 92b5e13..6e29213 100644
--- a/cc/video_layer.h
+++ b/cc/video_layer.h
@@ -6,8 +6,6 @@
#ifndef VideoLayerChromium_h
#define VideoLayerChromium_h
-#if USE(ACCELERATED_COMPOSITING)
-
#include "LayerChromium.h"
namespace WebKit {
@@ -34,6 +32,4 @@ private:
};
}
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif