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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.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/animatable/AnimatableClipPathOperation.h
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
index 915bbcaae403dc4e624ac6fc69e4dc4f685cda77..ba94c8871d47bc621739e93327cecec857f5a71a 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableClipPathOperation.h
@@ -44,7 +44,7 @@ public:
{
return adoptRef(new AnimatableClipPathOperation(operation));
}
- ClipPathOperation* clipPathOperation() const { return m_operation.get(); }
+ ClipPathOperation* getClipPathOperation() const { return m_operation.get(); }
protected:
PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;

Powered by Google App Engine
This is Rietveld 408576698