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

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

Issue 2368043002: [SPv2] Separate SVG root viewport clip from overflow clip. (Closed)
Patch Set: none Created 4 years, 3 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/PaintPropertyTreeBuilder.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
index e23b396ed39ec5f05e9595aa9fe9a14cb907a8ea..374d3e240f7031422db31348eeca295998b5d4de 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -90,6 +90,7 @@ private:
static void updateScrollbarPaintOffset(const LayoutObject&, const PaintPropertyTreeBuilderContext&);
static void updateMainThreadScrollingReasons(const LayoutObject&, PaintPropertyTreeBuilderContext&);
static void updateOverflowClip(const LayoutObject&, PaintPropertyTreeBuilderContext&);
+ static void updateSvgRootViewportClip(const LayoutObject&, PaintPropertyTreeBuilderContext&);
static void updatePerspective(const LayoutObject&, PaintPropertyTreeBuilderContext&);
static void updateSvgLocalToBorderBoxTransform(const LayoutObject&, PaintPropertyTreeBuilderContext&);
static void updateScrollAndScrollTranslation(const LayoutObject&, PaintPropertyTreeBuilderContext&);

Powered by Google App Engine
This is Rietveld 408576698