summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 16:22:10 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-03 16:22:10 +0000
commit83c9e65546312a8d70df850a82f390f190fe4413 (patch)
tree347e411c8bcd9769f6e8a50252c607e9699c5046 /chrome/common/gfx
parentbd974b6c13642d8c98496fc1fc06ddff1665b4ac (diff)
downloadchromium_src-83c9e65546312a8d70df850a82f390f190fe4413.zip
chromium_src-83c9e65546312a8d70df850a82f390f190fe4413.tar.gz
chromium_src-83c9e65546312a8d70df850a82f390f190fe4413.tar.bz2
Move convolver and image_operations from base/gfx to skia/ext. This is just
like my previous change except does no namespace renaming and doesn't touch skia_utils. Review URL: http://codereview.chromium.org/13080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gfx')
-rw-r--r--chrome/common/gfx/icon_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/gfx/icon_util.cc b/chrome/common/gfx/icon_util.cc
index e717c79..58c8020 100644
--- a/chrome/common/gfx/icon_util.cc
+++ b/chrome/common/gfx/icon_util.cc
@@ -4,10 +4,10 @@
#include "chrome/common/gfx/icon_util.h"
#include "base/file_util.h"
-#include "base/gfx/image_operations.h"
#include "base/gfx/size.h"
#include "base/logging.h"
#include "chrome/common/win_util.h"
+#include "skia/ext/image_operations.h"
#include "skia/include/SkBitmap.h"
// Defining the dimensions for the icon images. We store only one value because