diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 20:04:22 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 20:04:22 +0000 |
commit | f49f5aa4139b80e4457587910d49199a9f9fe666 (patch) | |
tree | b4ea4787ec8b1a701abe4b641833f5f52e079d9b /chrome/browser/chromeos/gview_request_interceptor.cc | |
parent | 216d888952942a693b2335175f9c2489605dc584 (diff) | |
download | chromium_src-f49f5aa4139b80e4457587910d49199a9f9fe666.zip chromium_src-f49f5aa4139b80e4457587910d49199a9f9fe666.tar.gz chromium_src-f49f5aa4139b80e4457587910d49199a9f9fe666.tar.bz2 |
ntp4: fix dominant color bug
this bug manifested itself in 2 ways:
1) most visited tiles frequently didn't have a color stripe
2) bookmark tiles frequently had the wrong color
the bug stems from the fact the Most Visited and Bookmark ID sets were overlapping (integers 0-7 for Most Visited, and integers starting at 0 counting up for bookmarks). I changed it to use a string (specifically, the DOM ID of the relevant tile contents) as the key.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/7825021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/gview_request_interceptor.cc')
0 files changed, 0 insertions, 0 deletions