| Index: base/gfx/skia_utils_mac.h
|
| ===================================================================
|
| --- base/gfx/skia_utils_mac.h (revision 2768)
|
| +++ base/gfx/skia_utils_mac.h (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include "SkColor.h"
|
| #include <CoreGraphics/CGColor.h>
|
|
|
| +struct SkMatrix;
|
| struct SkIRect;
|
| struct SkPoint;
|
| struct SkRect;
|
| @@ -26,6 +27,9 @@
|
| inline const SkPoint& CGPointToSkPoint(const CGPoint& point) {
|
| return reinterpret_cast<const SkPoint&>(point);
|
| }
|
| +
|
| +// Matrix converters.
|
| +CGAffineTransform SkMatrixToCGAffineTransform(const SkMatrix& matrix);
|
|
|
| // Rectangle converters.
|
| SkRect CGRectToSkRect(const CGRect& rect);
|
|
|