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

Unified Diff: skia/ext/skia_utils_mac.mm

Issue 1508893003: Use proper namespace in skia/ext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_utils_mac.mm
diff --git a/skia/ext/skia_utils_mac.mm b/skia/ext/skia_utils_mac.mm
index 9e552eb77b0da67f5a6a5f99a11fd056c9d1ba65..6e3b2af2072c743ca0745f680cd90a19e635c60f 100644
--- a/skia/ext/skia_utils_mac.mm
+++ b/skia/ext/skia_utils_mac.mm
@@ -84,7 +84,7 @@ SkBitmap NSImageOrNSImageRepToSkBitmapWithColorSpace(
} // namespace
-namespace gfx {
+namespace skia {
mtklein_C 2015/12/07 22:13:54 If this is the only change we're making, how does
scroggo 2015/12/08 23:11:17 I was overeager. I was relying on the bots to make
CGAffineTransform SkMatrixToCGAffineTransform(const SkMatrix& matrix) {
// CGAffineTransforms don't support perspective transforms, so make sure
@@ -459,4 +459,4 @@ bool SkiaBitLocker::hasEmptyClipRegion() const {
return canvas_->isClipEmpty();
}
-} // namespace gfx
+} // namespace skia
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698