| Index: ui/gfx/skia_util.h
|
| diff --git a/ui/gfx/skia_util.h b/ui/gfx/skia_util.h
|
| index 92c886a4309f6c2a2a3edb617bf41d789cef8eca..d2c61bc6a3bff6a24d66502b861ed574b30d69da 100644
|
| --- a/ui/gfx/skia_util.h
|
| +++ b/ui/gfx/skia_util.h
|
| @@ -28,6 +28,7 @@ class Transform;
|
| // Convert between Skia and gfx rect types.
|
| GFX_EXPORT SkRect RectToSkRect(const Rect& rect);
|
| GFX_EXPORT SkIRect RectToSkIRect(const Rect& rect);
|
| +GFX_EXPORT SkIRect RectToSkIRect(const RectF& rect);
|
| GFX_EXPORT Rect SkIRectToRect(const SkIRect& rect);
|
| GFX_EXPORT SkRect RectFToSkRect(const RectF& rect);
|
| GFX_EXPORT RectF SkRectToRectF(const SkRect& rect);
|
|
|