| Index: ui/gfx/blit.h
|
| diff --git a/ui/gfx/blit.h b/ui/gfx/blit.h
|
| index d2ed2cf65f2020693861024fe985eecc1ffcdd72..01fa4f3f6beec2a99255b928fb2c7e16e72b5286 100644
|
| --- a/ui/gfx/blit.h
|
| +++ b/ui/gfx/blit.h
|
| @@ -14,6 +14,7 @@ namespace gfx {
|
|
|
| class Point;
|
| class Rect;
|
| +class Vector2d;
|
|
|
| // Blits a rectangle from the source context into the destination context.
|
| UI_EXPORT void BlitContextToContext(NativeDrawingContext dst_context,
|
| @@ -44,7 +45,7 @@ UI_EXPORT void BlitCanvasToCanvas(SkCanvas *dst_canvas,
|
| // may implement those operations differently.
|
| UI_EXPORT void ScrollCanvas(SkCanvas* canvas,
|
| const Rect& clip,
|
| - const Point& amount);
|
| + const Vector2d& amount);
|
|
|
| } // namespace gfx
|
|
|
|
|