Index: ui/gfx/skia_util.h |
diff --git a/ui/gfx/skia_util.h b/ui/gfx/skia_util.h |
index a9312ef58797e04d5d7ec5b4bda45cdc636445f7..de7b8f4ac08ba5042715cd83eb1c5120a6e78bcf 100644 |
--- a/ui/gfx/skia_util.h |
+++ b/ui/gfx/skia_util.h |
@@ -22,6 +22,7 @@ class Rect; |
// Convert between Skia and gfx rect types. |
UI_EXPORT SkRect RectToSkRect(const gfx::Rect& rect); |
+UI_EXPORT SkIRect RectToSkIRect(const gfx::Rect& rect); |
UI_EXPORT gfx::Rect SkRectToRect(const SkRect& rect); |
// Creates a vertical gradient shader. The caller owns the shader. |