summaryrefslogtreecommitdiffstats
path: root/ash/test
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 01:30:16 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-17 01:30:16 +0000
commit630a460335baa59d0eaeeb643bf1929d884cd9b6 (patch)
treeb496f334076a808cf14c5e5c5381e0e84a008891 /ash/test
parenta191515a2cdf8ea448eaf450f9e48d62af4e3fd9 (diff)
downloadchromium_src-630a460335baa59d0eaeeb643bf1929d884cd9b6.zip
chromium_src-630a460335baa59d0eaeeb643bf1929d884cd9b6.tar.gz
chromium_src-630a460335baa59d0eaeeb643bf1929d884cd9b6.tar.bz2
chromeos: Fix pixelated icons in app list and launcher (part 1)
- Wrap resize and create-shadow operations into ImageSkiaOperations; - Update launcher, app list grid and search to use ImageSkia instead of SkBitmap; This is part 1 of the change. No visual change until ImageLoadingTracker is updated. BUG=131738,131739 TEST=None. No visual change to test until the ImageLoadingTracker change is done. Review URL: https://chromiumcodereview.appspot.com/10699065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test')
-rw-r--r--ash/test/test_launcher_delegate.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/test/test_launcher_delegate.cc b/ash/test/test_launcher_delegate.cc
index cec42a7..4e05c4d 100644
--- a/ash/test/test_launcher_delegate.cc
+++ b/ash/test/test_launcher_delegate.cc
@@ -36,8 +36,6 @@ void TestLauncherDelegate::AddLauncherItem(
item.type = ash::TYPE_TABBED;
DCHECK(window_to_id_.find(window) == window_to_id_.end());
window_to_id_[window] = model_->next_id();
- item.image.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
- item.image.allocPixels();
item.status = status;
model_->Add(item);
if (observed_windows_.find(window->parent()) == observed_windows_.end()) {