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

Unified Diff: third_party/WebKit/Source/core/animation/InterpolationType.h

Issue 1780603002: blink: Rename bindings/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-bindings: rebase Created 4 years, 9 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/animation/InterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/InterpolationType.h b/third_party/WebKit/Source/core/animation/InterpolationType.h
index c549e652cb0b96e30443449c8684e76a65e279e6..3da718219fa02a99d8a56825572d6df588e155e8 100644
--- a/third_party/WebKit/Source/core/animation/InterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/InterpolationType.h
@@ -28,7 +28,7 @@ class InterpolationType {
public:
virtual ~InterpolationType() { ASSERT_NOT_REACHED(); }
- PropertyHandle property() const { return m_property; }
+ PropertyHandle getProperty() const { return m_property; }
// ConversionCheckers are returned from calls to maybeConvertPairwise() and maybeConvertSingle() to enable the caller to check
// whether the result is still valid given changes in the InterpolationEnvironment and underlying InterpolationValue.

Powered by Google App Engine
This is Rietveld 408576698