| Index: skia/ext/skia_utils_win.h
|
| ===================================================================
|
| --- skia/ext/skia_utils_win.h (revision 6903)
|
| +++ skia/ext/skia_utils_win.h (working copy)
|
| @@ -15,7 +15,7 @@
|
| typedef struct tagPOINT POINT;
|
| typedef struct tagRECT RECT;
|
|
|
| -namespace gfx {
|
| +namespace skia {
|
|
|
| // Converts a Skia point to a Windows POINT.
|
| POINT SkPointToPOINT(const SkPoint& point);
|
| @@ -43,7 +43,7 @@
|
| // Converts ARGB to COLORREFs (0BGR).
|
| COLORREF SkColorToCOLORREF(SkColor color);
|
|
|
| -} // namespace gfx
|
| +} // namespace skia
|
|
|
| #endif // SKIA_EXT_SKIA_UTILS_WIN_H_
|
|
|
|
|