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

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

Issue 1418193007: Web Animations: Add SVGNumberOptionalNumberInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgIntegerInterpolationType
Patch Set: neutralKeyframe Created 5 years, 1 month 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 | « third_party/WebKit/Source/core/core.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
diff --git a/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h b/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
index 0be4092b108a17fa9cfa67ef243f7a15eb9b6d8e..956b5e18b9028121b8026910e05d901a7172c2f2 100644
--- a/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
+++ b/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
@@ -59,8 +59,8 @@ public:
static AnimatedPropertyType classType() { return AnimatedNumberOptionalNumber; }
- PassRefPtrWillBeRawPtr<SVGNumber> firstNumber() { return m_firstNumber; }
- PassRefPtrWillBeRawPtr<SVGNumber> secondNumber() { return m_secondNumber; }
+ PassRefPtrWillBeRawPtr<SVGNumber> firstNumber() const { return m_firstNumber; }
+ PassRefPtrWillBeRawPtr<SVGNumber> secondNumber() const { return m_secondNumber; }
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698