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

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

Issue 2448253002: Extract SVG transform update from PaintPropertyTreeBuilder::updateTransform (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1bec1d9bf4cfd2242012e8d61cf061a423b10aab..88b7f0127e81e629468b821ec2e872c4b6e3d1bf 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -94,6 +94,8 @@ class PaintPropertyTreeBuilder {
PaintPropertyTreeBuilderContext&);
static void updateTransform(const LayoutObject&,
PaintPropertyTreeBuilderContext&);
+ static void updateTransformForNonRootSVG(const LayoutObject&,
+ PaintPropertyTreeBuilderContext&);
static void updateEffect(const LayoutObject&,
PaintPropertyTreeBuilderContext&);
static void updateCssClip(const LayoutObject&,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698