| Index: ui/gfx/canvas.h
|
| diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h
|
| index 8b039fe4baaed920f21e09f88e64d6a28346de58..16d7ae5506d963d4b076ca5ffe6906b5c0b6a45b 100644
|
| --- a/ui/gfx/canvas.h
|
| +++ b/ui/gfx/canvas.h
|
| @@ -17,16 +17,13 @@
|
|
|
| class SkBitmap;
|
|
|
| -namespace ui {
|
| -class Transform;
|
| -}
|
| -
|
| namespace gfx {
|
|
|
| class Rect;
|
| class Font;
|
| class Point;
|
| class Size;
|
| +class Transform;
|
|
|
| // Canvas is a SkCanvas wrapper that provides a number of methods for
|
| // common operations used throughout an application built using ui/gfx.
|
| @@ -362,7 +359,7 @@ class UI_EXPORT Canvas {
|
| void EndPlatformPaint();
|
|
|
| // Apply transformation on the canvas.
|
| - void Transform(const ui::Transform& transform);
|
| + void Transform(const gfx::Transform& transform);
|
|
|
| // Draws the given string with the beginning and/or the end using a fade
|
| // gradient. When truncating the head
|
|
|