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

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

Issue 2849603004: Introduce PaintPropertyTreeBuilderFragmentContext and use it throughout. (Closed)
Patch Set: none Created 3 years, 8 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
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 058c50a9319ce59c24030f4b0f9d1c8dfa9eaa72..4e6e9893d6ea7ae5f42a8c24e88a269a6ffc2717 100644
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
@@ -37,7 +37,7 @@ class PrePaintTreeWalk {
// Returns the clip applied to children for the given containing block context
// + effect, in the space of ancestorState adjusted by ancestorPaintOffset.
ALWAYS_INLINE LayoutRect ComputeClipRectForContext(
- const PaintPropertyTreeBuilderContext::ContainingBlockContext&,
+ const PaintPropertyTreeBuilderFragmentContext::ContainingBlockContext&,
const EffectPaintPropertyNode*,
const PropertyTreeState& ancestor_state,
const LayoutPoint& ancestor_paint_offset);

Powered by Google App Engine
This is Rietveld 408576698