| Index: cc/debug_rect_history.h
|
| diff --git a/cc/debug_rect_history.h b/cc/debug_rect_history.h
|
| index b8c507744193e4c67f438a9bba82e314617809b3..1b1fd5d766c437817065d26b4a219d6a483992af 100644
|
| --- a/cc/debug_rect_history.h
|
| +++ b/cc/debug_rect_history.h
|
| @@ -14,7 +14,7 @@
|
| namespace cc {
|
|
|
| class LayerImpl;
|
| -struct LayerTreeSettings;
|
| +struct LayerTreeDebugState;
|
|
|
| // 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 LayerTreeDebugState& debugState);
|
|
|
| const std::vector<DebugRect>& debugRects() { return m_debugRects; }
|
|
|
|
|