| Index: third_party/WebKit/Source/core/frame/Settings.in
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
|
| index 2d94517149519a26e8a94773257f5a08d3427fb6..89b79d2b0fdaa4c24e0cb664e31bb592bba9a8ed 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -433,4 +433,7 @@ hideScrollbars initial=false
|
|
|
| # Spellchecking is enabled by default for elements that do not specify it explicitly
|
| # using the "spellcheck" attribute.
|
| -spellCheckEnabledByDefault initial=true
|
| +spellCheckEnabledByDefault initial=true
|
| +
|
| +# Whether or not to issue range requests for images to generate opaque placeholders.
|
| +fetchImagePlaceholders initial=false
|
|
|