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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1181883002: Remove the WebSetting for deferred image decode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 327782a44b6addeac5d11719949a3609d6698572..bab2ed72d4e79efc304306b1d76946ed837f043f 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -79,7 +79,6 @@ public:
virtual void setDefaultFontSize(int) override;
virtual void setDefaultTextEncodingName(const WebString&) override;
virtual void setDefaultVideoPosterURL(const WebString&) override;
- virtual void setDeferredImageDecodingEnabled(bool) override;
virtual void setDeviceScaleAdjustment(float) override;
// FIXME: Replace these two with pointer/hover queries? crbug.com/441813
« no previous file with comments | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698