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

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: Switch to using the layer's offsetFromLayoutObject Created 4 years 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 41b5b172576a9340a0619ceb6260876f6f83c6bb..b4865241764110bdd10c7db1ad357a9b131669d7 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -833,6 +833,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
LayoutRect paintingExtent(const PaintLayer* rootLayer,
const LayoutSize& subPixelAccumulation,
GlobalPaintFlags);
+
chrishtr 2016/12/02 19:21:47 Nit: spurious.
Stephen Chennney 2016/12/07 21:39:38 Done.
void appendSingleFragmentIgnoringPagination(
PaintLayerFragments&,
const PaintLayer* rootLayer,

Powered by Google App Engine
This is Rietveld 408576698