diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 00:30:59 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 00:30:59 +0000 |
commit | 94a0d258287787cf09854492ce889eb14273c059 (patch) | |
tree | ff242b01f90ee3888fd10a1583b03268b9a15eb0 /ui/views/controls/glow_hover_controller.cc | |
parent | fbddf8352b68292d26191060d37c3f0820c8875c (diff) | |
download | chromium_src-94a0d258287787cf09854492ce889eb14273c059.zip chromium_src-94a0d258287787cf09854492ce889eb14273c059.tar.gz chromium_src-94a0d258287787cf09854492ce889eb14273c059.tar.bz2 |
ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.
The final goal is to merge these two classes into a single gfx::Canvas class.
BUG=116572
R=ben@chromium.org,asvitkine@chromium.org
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9562038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/controls/glow_hover_controller.cc')
-rw-r--r-- | ui/views/controls/glow_hover_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/controls/glow_hover_controller.cc b/ui/views/controls/glow_hover_controller.cc index 4274508..d175b10 100644 --- a/ui/views/controls/glow_hover_controller.cc +++ b/ui/views/controls/glow_hover_controller.cc @@ -6,7 +6,7 @@ #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/effects/SkGradientShader.h" -#include "ui/gfx/canvas_skia.h" +#include "ui/gfx/canvas.h" #include "ui/gfx/skbitmap_operations.h" #include "ui/views/view.h" |