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

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

Issue 1553473002: Fix SVG {text, foreignObject} transform for css animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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/LayoutSVGText.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
index fde5c8440592d20aaefe57b7d0bff197b6abcd9f..2b896ed04c4b699d6933c4eae6057f534cda6c69 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
@@ -72,6 +72,8 @@ private:
void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const override;
+ void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final;
+
void addChild(LayoutObject* child, LayoutObject* beforeChild = nullptr) override;
void removeChild(LayoutObject*) override;
void willBeDestroyed() override;

Powered by Google App Engine
This is Rietveld 408576698