diff options
Diffstat (limited to 'cc/frame_rate_counter.cc')
-rw-r--r-- | cc/frame_rate_counter.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/frame_rate_counter.cc b/cc/frame_rate_counter.cc index e145c87..a02486b 100644 --- a/cc/frame_rate_counter.cc +++ b/cc/frame_rate_counter.cc @@ -4,7 +4,6 @@ #include "config.h" -#if USE(ACCELERATED_COMPOSITING) #include "CCFrameRateCounter.h" #include <cmath> @@ -134,4 +133,3 @@ base::TimeTicks CCFrameRateCounter::timeStampOfRecentFrame(int n) } // namespace cc -#endif // USE(ACCELERATED_COMPOSITING) |