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

Unified Diff: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Capitalize the prefix. 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
Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
index 181bccf7570fae80ccfca1861c0101e106a92481..245df6c434d0d72b19ec5ee58139f84a4f845809 100644
--- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
+++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
@@ -309,7 +309,7 @@ ImageAnimationPolicy SMILTimeContainer::animationPolicy() const {
if (!settings)
return ImageAnimationPolicyAllowed;
- return settings->imageAnimationPolicy();
+ return settings->GetImageAnimationPolicy();
}
bool SMILTimeContainer::handleAnimationPolicy(

Powered by Google App Engine
This is Rietveld 408576698