Index: cc/debug_rect_history.h |
diff --git a/cc/debug_rect_history.h b/cc/debug_rect_history.h |
index b8c507744193e4c67f438a9bba82e314617809b3..9dda146d128ffc1d8a6935de761fc1bb5fefa6c6 100644 |
--- a/cc/debug_rect_history.h |
+++ b/cc/debug_rect_history.h |
@@ -14,7 +14,7 @@ |
namespace cc { |
class LayerImpl; |
-struct LayerTreeSettings; |
+struct LayerTreeSwitches; |
// There are currently six types of debug rects: |
// |
@@ -59,7 +59,7 @@ public: |
~DebugRectHistory(); |
// Note: Saving debug rects must happen before layers' change tracking is reset. |
- void saveDebugRectsForCurrentFrame(LayerImpl* rootLayer, const std::vector<LayerImpl*>& renderSurfaceLayerList, const std::vector<gfx::Rect>& occludingScreenSpaceRects, const std::vector<gfx::Rect>& nonOccludingScreenSpaceRects, const LayerTreeSettings&); |
+ void saveDebugRectsForCurrentFrame(LayerImpl* rootLayer, const std::vector<LayerImpl*>& renderSurfaceLayerList, const std::vector<gfx::Rect>& occludingScreenSpaceRects, const std::vector<gfx::Rect>& nonOccludingScreenSpaceRects, const LayerTreeSwitches& switches); |
const std::vector<DebugRect>& debugRects() { return m_debugRects; } |