diff options
Diffstat (limited to 'cc/font_atlas.cc')
-rw-r--r-- | cc/font_atlas.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/font_atlas.cc b/cc/font_atlas.cc index 8be8b63..4681374 100644 --- a/cc/font_atlas.cc +++ b/cc/font_atlas.cc @@ -4,7 +4,6 @@ #include "config.h" -#if USE(ACCELERATED_COMPOSITING) #include "CCFontAtlas.h" #include "base/string_split.h" @@ -69,5 +68,3 @@ void CCFontAtlas::drawDebugAtlas(SkCanvas* canvas, const gfx::Point& destPositio } } // namespace cc - -#endif // USE(ACCELERATED_COMPOSITING) |