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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h

Issue 2578913002: Unify animate motion transform update invalidations (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
index 3e2e0da8e9718c06f175c41ba5ae54ea4ea31f48..5b4a295dcdfa9a3f062e3b32eb20bbcbb6d354d5 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
@@ -66,6 +66,8 @@ class SVGAnimateMotionElement final : public SVGAnimationElement {
void updateAnimationMode() override;
+ void invalidateForAnimateMotionTransformChange(LayoutObject& target);
+
// Note: we do not support percentage values for to/from coords as the spec
// implies we should (opera doesn't either)
FloatPoint m_fromPoint;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698