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

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

Issue 2194273002: Fix border radius on composited children. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now working on basic test cases Created 4 years, 1 month 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/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index b8b098a2569199aa9d4e5562d34e8e4cddbb01da..eeba4803c84df3d32a4d7b543991317307cb6e61 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -836,6 +836,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
LayoutRect paintingExtent(const PaintLayer* rootLayer,
const LayoutSize& subPixelAccumulation,
GlobalPaintFlags);
+
void appendSingleFragmentIgnoringPagination(
PaintLayerFragments&,
const PaintLayer* rootLayer,

Powered by Google App Engine
This is Rietveld 408576698