diff options
| author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 16:22:10 +0000 |
|---|---|---|
| committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 16:22:10 +0000 |
| commit | 83c9e65546312a8d70df850a82f390f190fe4413 (patch) | |
| tree | 347e411c8bcd9769f6e8a50252c607e9699c5046 /chrome/views | |
| parent | bd974b6c13642d8c98496fc1fc06ddff1665b4ac (diff) | |
| download | chromium_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/views')
| -rw-r--r-- | chrome/views/button.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/button.cc b/chrome/views/button.cc index 93e2e3c..11dad29 100644 --- a/chrome/views/button.cc +++ b/chrome/views/button.cc @@ -7,12 +7,12 @@ #include <atlbase.h> #include <atlapp.h> -#include "base/gfx/image_operations.h" #include "chrome/app/chrome_dll_resource.h" #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/l10n_util.h" #include "chrome/common/throb_animation.h" #include "chrome/views/event.h" +#include "skia/ext/image_operations.h" #include "generated_resources.h" |
