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

Unified Diff: third_party/WebKit/Source/core/loader/ImageLoader.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Only get prefix and no capitalization. Created 3 years, 11 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/loader/ImageLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/ImageLoader.cpp b/third_party/WebKit/Source/core/loader/ImageLoader.cpp
index faf0df8cecf524f6fb2f3a299f162a12222d356e..9518ad64897b49fb99ebd2d5ba85cfa5cb9fb9fc 100644
--- a/third_party/WebKit/Source/core/loader/ImageLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/ImageLoader.cpp
@@ -315,7 +315,7 @@ void ImageLoader::doUpdateFromElement(BypassMainWorldBehavior bypassBehavior,
document.clientHintsPreferences());
if (updateBehavior != UpdateForcedReload && document.settings() &&
- document.settings()->fetchImagePlaceholders()) {
+ document.settings()->getFetchImagePlaceholders()) {
request.setAllowImagePlaceholder();
}
@@ -621,7 +621,7 @@ bool ImageLoader::getImageAnimationPolicy(ImageAnimationPolicy& policy) {
if (!element()->document().settings())
return false;
- policy = element()->document().settings()->imageAnimationPolicy();
+ policy = element()->document().settings()->getImageAnimationPolicy();
return true;
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/core/loader/LinkLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698