diff options
Diffstat (limited to 'cc/font_atlas.h')
-rw-r--r-- | cc/font_atlas.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/font_atlas.h b/cc/font_atlas.h index 2881ee9..d86ff8e 100644 --- a/cc/font_atlas.h +++ b/cc/font_atlas.h @@ -5,8 +5,6 @@ #ifndef CCFontAtlas_h #define CCFontAtlas_h -#if USE(ACCELERATED_COMPOSITING) - #include <string> #include "base/basictypes.h" @@ -65,6 +63,4 @@ private: } // namespace cc -#endif // USE(ACCELERATED_COMPOSITING) - #endif |