diff options
Diffstat (limited to 'cc/layer_texture_sub_image.cc')
-rw-r--r-- | cc/layer_texture_sub_image.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/layer_texture_sub_image.cc b/cc/layer_texture_sub_image.cc index 60f5311..15a876a 100644 --- a/cc/layer_texture_sub_image.cc +++ b/cc/layer_texture_sub_image.cc @@ -4,8 +4,6 @@ #include "config.h" -#if USE(ACCELERATED_COMPOSITING) - #include "LayerTextureSubImage.h" #include "CCRendererGL.h" // For the GLC() macro. @@ -113,5 +111,3 @@ void LayerTextureSubImage::uploadWithMapTexSubImage(const uint8_t* image, const } } // namespace cc - -#endif // USE(ACCELERATED_COMPOSITING) |