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

Unified Diff: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h

Issue 2636373002: [Do not commit] Experiment to test for cache misses during recursion (Closed)
Patch Set: Created 3 years, 11 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 | third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
index 603fad7e109f1b0a285118950b6940738d61432e..76de2c73250d2928e204a39a26ad16c2d2971775 100644
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
@@ -25,8 +25,8 @@ class PrePaintTreeWalk {
// Throttled rendering (see: FrameView::shouldThrottleRendering()) can prevent
// updating a subtree. We return true if the subtree was fully walked/updated,
// and false if the walk was interrupted by throttling.
- bool walk(FrameView&, const PrePaintTreeWalkContext&);
- bool walk(const LayoutObject&, const PrePaintTreeWalkContext&);
+ bool walk(FrameView&, PrePaintTreeWalkContext&);
+ bool walk(const LayoutObject&, PrePaintTreeWalkContext&);
PaintPropertyTreeBuilder m_propertyTreeBuilder;
PaintInvalidator m_paintInvalidator;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698