diff options
Diffstat (limited to 'cc/render_surface_impl.h')
-rw-r--r-- | cc/render_surface_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/render_surface_impl.h b/cc/render_surface_impl.h index afdf062..06528cc 100644 --- a/cc/render_surface_impl.h +++ b/cc/render_surface_impl.h @@ -5,8 +5,6 @@ #ifndef CCRenderSurface_h #define CCRenderSurface_h -#if USE(ACCELERATED_COMPOSITING) - #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "CCRenderPass.h" @@ -127,6 +125,4 @@ private: }; } -#endif // USE(ACCELERATED_COMPOSITING) - #endif |