| Index: ui/gfx/skia_util.h
|
| diff --git a/ui/gfx/skia_util.h b/ui/gfx/skia_util.h
|
| index 303044d6f6b0623d6f75dedd855c08d7fcf1027d..0c759838b863f5443b238054e1b38ea9ce6ed0f7 100644
|
| --- a/ui/gfx/skia_util.h
|
| +++ b/ui/gfx/skia_util.h
|
| @@ -12,7 +12,6 @@
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
| #include "third_party/skia/include/core/SkShader.h"
|
| -#include "ui/gfx/geometry/size.h"
|
| #include "ui/gfx/gfx_export.h"
|
|
|
| class SkBitmap;
|
| @@ -32,8 +31,6 @@
|
| GFX_EXPORT Rect SkIRectToRect(const SkIRect& rect);
|
| GFX_EXPORT SkRect RectFToSkRect(const RectF& rect);
|
| GFX_EXPORT RectF SkRectToRectF(const SkRect& rect);
|
| -GFX_EXPORT SkSize SizeFToSkSize(const SizeF& size);
|
| -GFX_EXPORT SizeF SkSizeToSizeF(const SkSize& size);
|
|
|
| GFX_EXPORT void TransformToFlattenedSkMatrix(const gfx::Transform& transform,
|
| SkMatrix* flattened);
|
|
|