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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 virtual void setClobberUserAgentInitialScaleQuirk(bool) override; 72 virtual void setClobberUserAgentInitialScaleQuirk(bool) override;
73 virtual void setCookieEnabled(bool) override; 73 virtual void setCookieEnabled(bool) override;
74 virtual void setNavigateOnDragDrop(bool) override; 74 virtual void setNavigateOnDragDrop(bool) override;
75 virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override; 75 virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override;
76 virtual void setDNSPrefetchingEnabled(bool) override; 76 virtual void setDNSPrefetchingEnabled(bool) override;
77 virtual void setDOMPasteAllowed(bool) override; 77 virtual void setDOMPasteAllowed(bool) override;
78 virtual void setDefaultFixedFontSize(int) override; 78 virtual void setDefaultFixedFontSize(int) override;
79 virtual void setDefaultFontSize(int) override; 79 virtual void setDefaultFontSize(int) override;
80 virtual void setDefaultTextEncodingName(const WebString&) override; 80 virtual void setDefaultTextEncodingName(const WebString&) override;
81 virtual void setDefaultVideoPosterURL(const WebString&) override; 81 virtual void setDefaultVideoPosterURL(const WebString&) override;
82 virtual void setDeferredImageDecodingEnabled(bool) override;
83 virtual void setDeviceScaleAdjustment(float) override; 82 virtual void setDeviceScaleAdjustment(float) override;
84 83
85 // FIXME: Replace these two with pointer/hover queries? crbug.com/441813 84 // FIXME: Replace these two with pointer/hover queries? crbug.com/441813
86 virtual void setDeviceSupportsMouse(bool) override; 85 virtual void setDeviceSupportsMouse(bool) override;
87 virtual void setDeviceSupportsTouch(bool) override; 86 virtual void setDeviceSupportsTouch(bool) override;
88 87
89 virtual void setDisableReadingFromCanvas(bool) override; 88 virtual void setDisableReadingFromCanvas(bool) override;
90 virtual void setDoubleTapToZoomEnabled(bool) override; 89 virtual void setDoubleTapToZoomEnabled(bool) override;
91 virtual void setDownloadableBinaryFontsEnabled(bool) override; 90 virtual void setDownloadableBinaryFontsEnabled(bool) override;
92 virtual void setEditingBehavior(EditingBehavior) override; 91 virtual void setEditingBehavior(EditingBehavior) override;
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 // This quirk is to maintain compatibility with Android apps built on 225 // This quirk is to maintain compatibility with Android apps built on
227 // the Android SDK prior to and including version 18. Presumably, this 226 // the Android SDK prior to and including version 18. Presumably, this
228 // can be removed any time after 2015. See http://crbug.com/313754. 227 // can be removed any time after 2015. See http://crbug.com/313754.
229 bool m_clobberUserAgentInitialScaleQuirk; 228 bool m_clobberUserAgentInitialScaleQuirk;
230 bool m_mainFrameResizesAreOrientationChanges; 229 bool m_mainFrameResizesAreOrientationChanges;
231 }; 230 };
232 231
233 } // namespace blink 232 } // namespace blink
234 233
235 #endif 234 #endif
OLDNEW
« 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