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

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

Issue 2821183002: Don't update descendant visual rects on border radius change (Closed)
Patch Set: - 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
« 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 e57c20b436960a17981447eb7bb4813219c01b54..058c50a9319ce59c24030f4b0f9d1c8dfa9eaa72 100644
--- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
+++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.h
@@ -34,15 +34,13 @@ class PrePaintTreeWalk {
const LayoutObject&,
PrePaintTreeWalkContext&);
- // Returns in |clipRect| the clip applied to children for the given
- // contaiing block context + effect, in the space of ancestorState adjusted
- // by ancestorPaintOffset.
- ALWAYS_INLINE void ComputeClipRectForContext(
+ // 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 EffectPaintPropertyNode*,
const PropertyTreeState& ancestor_state,
- const LayoutPoint& ancestor_paint_offset,
- FloatClipRect&);
+ const LayoutPoint& ancestor_paint_offset);
bool ALWAYS_INLINE
NeedsTreeBuilderContextUpdate(const FrameView&,
« 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