diff options
Diffstat (limited to 'cc/frame_rate_counter.h')
-rw-r--r-- | cc/frame_rate_counter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/frame_rate_counter.h b/cc/frame_rate_counter.h index d3247a3..3196c28 100644 --- a/cc/frame_rate_counter.h +++ b/cc/frame_rate_counter.h @@ -5,8 +5,6 @@ #ifndef CCFrameRateCounter_h #define CCFrameRateCounter_h -#if USE(ACCELERATED_COMPOSITING) - #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "base/time.h" @@ -65,6 +63,4 @@ private: } // namespace cc -#endif // USE(ACCELERATED_COMPOSITING) - #endif |