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

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

Issue 2588853002: Fix border radius on composited children. (Closed)
Patch Set: SPV2 expectations 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
Index: third_party/WebKit/Source/core/paint/LayerClipRecorder.h
diff --git a/third_party/WebKit/Source/core/paint/LayerClipRecorder.h b/third_party/WebKit/Source/core/paint/LayerClipRecorder.h
index b8e3aca3abc84f52a5b7ad1f2b4daa84cbbc2d14..7601ca2a0946332d7447265183af8af9314de187 100644
--- a/third_party/WebKit/Source/core/paint/LayerClipRecorder.h
+++ b/third_party/WebKit/Source/core/paint/LayerClipRecorder.h
@@ -46,7 +46,7 @@ class CORE_EXPORT LayerClipRecorder {
const LayoutBoxModelObject&,
DisplayItem::Type,
const ClipRect&,
- const PaintLayerPaintingInfo* localPaintingInfo,
+ const PaintLayer* clipRoot,
const LayoutPoint& fragmentOffset,
PaintLayerFlags,
BorderRadiusClippingRule = IncludeSelfForBorderRadius);
@@ -55,7 +55,7 @@ class CORE_EXPORT LayerClipRecorder {
private:
void collectRoundedRectClips(PaintLayer&,
- const PaintLayerPaintingInfo& localPaintingInfo,
+ const PaintLayer* clipRoot,
GraphicsContext&,
const LayoutPoint& fragmentOffset,
PaintLayerFlags,
« no previous file with comments | « third_party/WebKit/Source/core/paint/FilterPainter.cpp ('k') | third_party/WebKit/Source/core/paint/LayerClipRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698