summaryrefslogtreecommitdiffstats
path: root/chrome/browser/icon_loader.cc
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 16:13:12 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 16:13:12 +0000
commit679facce5dd679ccdc3f00b6dc4414cddf1b2ccc (patch)
treefe9f77f3b49ca907df1ff346d08b94e0259b89a5 /chrome/browser/icon_loader.cc
parent3b7cb21f445d82cbeaa9c81491165fcf6960864e (diff)
downloadchromium_src-679facce5dd679ccdc3f00b6dc4414cddf1b2ccc.zip
chromium_src-679facce5dd679ccdc3f00b6dc4414cddf1b2ccc.tar.gz
chromium_src-679facce5dd679ccdc3f00b6dc4414cddf1b2ccc.tar.bz2
Added support for Hidpi in download UI
BUG=136949 TEST=Manual, see instructions below Run chrome with --force-device-scale-factor=2 --highlight-missing-2x-resources Ensure that the file type icon in the download bar shows up red Review URL: https://chromiumcodereview.appspot.com/10703173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/icon_loader.cc')
-rw-r--r--chrome/browser/icon_loader.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/icon_loader.cc b/chrome/browser/icon_loader.cc
index f42292b..3991947 100644
--- a/chrome/browser/icon_loader.cc
+++ b/chrome/browser/icon_loader.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,7 +7,6 @@
#include "base/basictypes.h"
#include "base/bind.h"
#include "content/public/browser/browser_thread.h"
-#include "third_party/skia/include/core/SkBitmap.h"
#if defined(TOOLKIT_GTK)
#include "base/nix/mime_util_xdg.h"