summaryrefslogtreecommitdiffstats
path: root/cc/debug_rect_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug_rect_history.h')
-rw-r--r--cc/debug_rect_history.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/debug_rect_history.h b/cc/debug_rect_history.h
index d9ca449..f193c64 100644
--- a/cc/debug_rect_history.h
+++ b/cc/debug_rect_history.h
@@ -5,8 +5,6 @@
#ifndef CCDebugRectHistory_h
#define CCDebugRectHistory_h
-#if USE(ACCELERATED_COMPOSITING)
-
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "FloatRect.h"
@@ -79,6 +77,4 @@ private:
} // namespace cc
-#endif // USE(ACCELERATED_COMPOSITING)
-
#endif