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

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

Issue 2678263002: Plumb border radius through when computing clip visual rects. (Closed)
Patch Set: none Created 3 years, 10 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/PaintLayerClipper.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
index 3dc9a19877d55975908cf0858b1e9cfef2d472bd..de1ed707edc3cddde2eee787e95c02de6667da6d 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
@@ -230,9 +230,9 @@ class CORE_EXPORT PaintLayerClipper {
ClipRect& foregroundRect,
const LayoutPoint* offsetFromRoot = 0) const;
- ClipRect applyOverflowClipToBackgroundRectWithGeometryMapper(
+ void applyOverflowClipToBackgroundRectWithGeometryMapper(
const ClipRectsContext&,
- const ClipRect&) const;
+ ClipRect&) const;
const PaintLayer& m_layer;
std::unique_ptr<GeometryMapper> m_geometryMapper;
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintInvalidator.cpp ('k') | third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698