Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: skia/ext/skia_utils_mac.h

Issue 12911: Move skia_utils_mac from base/gfx to skia/ext. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skia/ext/skia_utils_mac.h
===================================================================
--- skia/ext/skia_utils_mac.h (revision 6296)
+++ skia/ext/skia_utils_mac.h (working copy)
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef BASE_GFX_SKIA_UTILS_MAC_H__
-#define BASE_GFX_SKIA_UTILS_MAC_H__
+#ifndef SKIA_EXT_SKIA_UTILS_MAC_H_
+#define SKIA_EXT_SKIA_UTILS_MAC_H_
#include "SkColor.h"
#include <CoreGraphics/CGColor.h>
@@ -30,7 +30,7 @@
// Matrix converters.
CGAffineTransform SkMatrixToCGAffineTransform(const SkMatrix& matrix);
-
+
// Rectangle converters.
SkRect CGRectToSkRect(const CGRect& rect);
SkIRect CGRectToSkIRect(const CGRect& rect);
@@ -47,5 +47,5 @@
} // namespace gfx
-#endif
+#endif // SKIA_EXT_SKIA_UTILS_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698