diff options
Diffstat (limited to 'cc/video_layer_impl.cc')
-rw-r--r-- | cc/video_layer_impl.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/video_layer_impl.cc b/cc/video_layer_impl.cc index d1fb412..53e7a74 100644 --- a/cc/video_layer_impl.cc +++ b/cc/video_layer_impl.cc @@ -4,8 +4,6 @@ #include "config.h" -#if USE(ACCELERATED_COMPOSITING) - #include "CCVideoLayerImpl.h" #include "CCIOSurfaceDrawQuad.h" @@ -387,5 +385,3 @@ const char* CCVideoLayerImpl::layerTypeAsString() const } } - -#endif // USE(ACCELERATED_COMPOSITING) |