| Index: ui/views/bubble/bubble_border.h
|
| diff --git a/ui/views/bubble/bubble_border.h b/ui/views/bubble/bubble_border.h
|
| index 71df7da52e723fa120d82f3f81311cb7bddb9b64..61bf81d68f7fb04a4c030e2f16c32f25a0d32899 100644
|
| --- a/ui/views/bubble/bubble_border.h
|
| +++ b/ui/views/bubble/bubble_border.h
|
| @@ -10,7 +10,9 @@
|
| #include "ui/views/background.h"
|
| #include "ui/views/border.h"
|
|
|
| -class SkBitmap;
|
| +namespace gfx {
|
| +class ImageSkia;
|
| +}
|
|
|
| namespace views {
|
|
|
| @@ -133,8 +135,8 @@ class VIEWS_EXPORT BubbleBorder : public views::Border {
|
|
|
| void DrawEdgeWithArrow(gfx::Canvas* canvas,
|
| bool is_horizontal,
|
| - SkBitmap* edge,
|
| - SkBitmap* arrow,
|
| + gfx::ImageSkia* edge,
|
| + gfx::ImageSkia* arrow,
|
| int start_x,
|
| int start_y,
|
| int before_arrow,
|
|
|