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

Unified Diff: skia/ext/skia_utils_ios.h

Issue 1508893003: Use proper namespace in skia/ext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « skia/ext/bitmap_platform_device_mac_unittest.cc ('k') | skia/ext/skia_utils_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_utils_ios.h
diff --git a/skia/ext/skia_utils_ios.h b/skia/ext/skia_utils_ios.h
index 8e1ba9ad7ff24e60b7b5f2e888a348e5dff8c4d5..0f2c613414eb9c24a5047cf62a7b19fda265f29f 100644
--- a/skia/ext/skia_utils_ios.h
+++ b/skia/ext/skia_utils_ios.h
@@ -21,7 +21,7 @@ class UIImage;
class NSData;
#endif
-namespace gfx {
+namespace skia {
// Draws a CGImage into an SkBitmap of the given size.
SK_API SkBitmap CGImageToSkBitmap(CGImageRef image,
@@ -41,6 +41,6 @@ SK_API std::vector<SkBitmap> ImageDataToSkBitmaps(NSData* image_data);
// Returns a UIColor for an SKColor. Used by iOS downstream.
SK_API UIColor* UIColorFromSkColor(SkColor color);
-} // namespace gfx
+} // namespace skia
#endif // SKIA_EXT_SKIA_UTILS_IOS_H_
« no previous file with comments | « skia/ext/bitmap_platform_device_mac_unittest.cc ('k') | skia/ext/skia_utils_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698