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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.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/AnimatableShadow.h
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h
index 15e05a4c5280d669bfddf4f90e4dcca2cf1ea652..aed8c72725beb59526dd222257a48d3f81c60f70 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h
@@ -43,7 +43,7 @@ public:
{
return adoptRef(new AnimatableShadow(shadowList, currentColor));
}
- ShadowList* shadowList() const { return m_shadowList.get(); }
+ ShadowList* getShadowList() const { return m_shadowList.get(); }
protected:
PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;

Powered by Google App Engine
This is Rietveld 408576698