Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2642)

Unified Diff: cc/debug/debug_rect_history.h

Issue 1846043002: cc : Make CallFunctionForSubtree on impl use layer iterator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/debug/debug_rect_history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/debug_rect_history.h
diff --git a/cc/debug/debug_rect_history.h b/cc/debug/debug_rect_history.h
index 62cf032171747fdc266dd7f7fa30e7e58848c722..b06dc58a2a8d95c7db9e6975bc0971d7d13b1235 100644
--- a/cc/debug/debug_rect_history.h
+++ b/cc/debug/debug_rect_history.h
@@ -15,6 +15,7 @@ namespace cc {
class LayerImpl;
class LayerTreeDebugState;
+class LayerTreeImpl;
// There are currently six types of debug rects:
//
@@ -84,12 +85,12 @@ class DebugRectHistory {
const LayerImplList& render_surface_layer_list);
void SaveScreenSpaceRects(
const LayerImplList& render_surface_layer_list);
- void SaveTouchEventHandlerRects(LayerImpl* layer);
+ void SaveTouchEventHandlerRects(LayerTreeImpl* layer);
void SaveTouchEventHandlerRectsCallback(LayerImpl* layer);
void SaveWheelEventHandlerRects(LayerImpl* layer);
- void SaveScrollEventHandlerRects(LayerImpl* layer);
+ void SaveScrollEventHandlerRects(LayerTreeImpl* layer);
void SaveScrollEventHandlerRectsCallback(LayerImpl* layer);
- void SaveNonFastScrollableRects(LayerImpl* layer);
+ void SaveNonFastScrollableRects(LayerTreeImpl* layer);
void SaveNonFastScrollableRectsCallback(LayerImpl* layer);
void SaveLayerAnimationBoundsRects(
const LayerImplList& render_surface_layer_list);
« no previous file with comments | « no previous file | cc/debug/debug_rect_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698