diff options
Diffstat (limited to 'ui/views/controls/glow_hover_controller.h')
| -rw-r--r-- | ui/views/controls/glow_hover_controller.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/views/controls/glow_hover_controller.h b/ui/views/controls/glow_hover_controller.h index 69aeecf..ea71252 100644 --- a/ui/views/controls/glow_hover_controller.h +++ b/ui/views/controls/glow_hover_controller.h @@ -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. @@ -12,11 +12,10 @@ namespace gfx { class Canvas; +class ImageSkia; class Point; } -class SkBitmap; - namespace views { class View; @@ -59,7 +58,7 @@ class VIEWS_EXPORT GlowHoverController : public ui::AnimationDelegate { // If the hover is currently visible it is drawn to the supplied canvas. // |mask_image| is used to determine what parts of the canvas to draw on. - void Draw(gfx::Canvas* canvas, const SkBitmap& mask_image) const; + void Draw(gfx::Canvas* canvas, const gfx::ImageSkia& mask_image) const; // ui::AnimationDelegate overrides: virtual void AnimationEnded(const ui::Animation* animation) OVERRIDE; |
