Chromium Code Reviews| Index: ui/gfx/skia_util.h |
| =================================================================== |
| --- ui/gfx/skia_util.h (revision 111322) |
| +++ ui/gfx/skia_util.h (working copy) |
| @@ -22,7 +22,6 @@ |
| // 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. |