| Index: ui/gfx/skia_util.h
|
| diff --git a/ui/gfx/skia_util.h b/ui/gfx/skia_util.h
|
| index 0c759838b863f5443b238054e1b38ea9ce6ed0f7..f95d3c2ec52e1d39780a33e39c857eec426c65f4 100644
|
| --- a/ui/gfx/skia_util.h
|
| +++ b/ui/gfx/skia_util.h
|
| @@ -13,6 +13,7 @@
|
| #include "third_party/skia/include/core/SkRect.h"
|
| #include "third_party/skia/include/core/SkShader.h"
|
| #include "ui/gfx/gfx_export.h"
|
| +#include "ui/gfx/quad_f.h"
|
|
|
| class SkBitmap;
|
| class SkDrawLooper;
|
| @@ -75,6 +76,7 @@ GFX_EXPORT bool BitmapsAreEqual(const SkBitmap& bitmap1,
|
| GFX_EXPORT void ConvertSkiaToRGBA(const unsigned char* skia,
|
| int pixel_width,
|
| unsigned char* rgba);
|
| +GFX_EXPORT void QuadFToSkPoints(const gfx::QuadF& quad, SkPoint points[4]);
|
|
|
| } // namespace gfx
|
|
|
|
|