diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 00:13:51 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 00:13:51 +0000 |
commit | 87b298932261138c0e3363cc3df43f651a8d50f7 (patch) | |
tree | 532f4a81a8386c070ddbd3cd01ea999b905c1664 /webkit | |
parent | ddbe551cd57c18397b3260c61a6ff0e4e308f923 (diff) | |
download | chromium_src-87b298932261138c0e3363cc3df43f651a8d50f7.zip chromium_src-87b298932261138c0e3363cc3df43f651a8d50f7.tar.gz chromium_src-87b298932261138c0e3363cc3df43f651a8d50f7.tar.bz2 |
Use hi-resolution favicon variants if available.
This changes the favicon IPC to return all favicon variants to the browser,
and hands the to the new in-browser variant selection function.
Note that favicons that come from the history database will still
be lodpi. Reloading a site will force the favicon to be loaded from
the network. (chrome:// favicons are always loaded through the favicon
cache and hence are always lodpi)
BUG=138550
TEST=Go to apple.com, amazon.com, github.com, notice hidpi favicon
Review URL: https://chromiumcodereview.appspot.com/10828127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/webkit_glue.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi index 06b14d7..dc388d9 100644 --- a/webkit/glue/webkit_glue.gypi +++ b/webkit/glue/webkit_glue.gypi @@ -364,9 +364,9 @@ 'image_decoder.cc', 'image_decoder.h', 'image_resource_fetcher.cc', + 'image_resource_fetcher.h', 'multi_resolution_image_resource_fetcher.cc', 'multi_resolution_image_resource_fetcher.h', - 'image_resource_fetcher.h', 'multipart_response_delegate.cc', 'multipart_response_delegate.h', 'network_list_observer.h', |