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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h

Issue 2086583004: Common up SVG transform "change detection" (classification) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/layout/svg/LayoutSVGTransformableContainer.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
index b56fc83360e12bae34b3d6fda7a5fa356f0d750a..155c98eead4c095591a7b01631d4583cbda5dd32 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
@@ -40,7 +40,7 @@ public:
void setNeedsTransformUpdate() override;
private:
- TransformChange calculateLocalTransform() override;
+ SVGTransformChange calculateLocalTransform() override;
AffineTransform localSVGTransform() const override { return m_localTransform; }
bool m_needsTransformUpdate : 1;

Powered by Google App Engine
This is Rietveld 408576698