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

Unified Diff: ui/gfx/image/image_unittest_util_mac.mm

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 | « ui/gfx/image/image_unittest_util.cc ('k') | ui/gfx/render_text_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image_unittest_util_mac.mm
diff --git a/ui/gfx/image/image_unittest_util_mac.mm b/ui/gfx/image/image_unittest_util_mac.mm
index 4f4371715f1d325e5a15b38f29748be5eef1b920..243e7b3edea8d177223c22264b4f4a21844df74b 100644
--- a/ui/gfx/image/image_unittest_util_mac.mm
+++ b/ui/gfx/image/image_unittest_util_mac.mm
@@ -17,7 +17,7 @@ SkColor GetPlatformImageColor(PlatformImage image, int x, int y) {
[image lockFocus];
NSColor* color = NSReadPixel(NSMakePoint(x, y));
[image unlockFocus];
- return NSDeviceColorToSkColor(color);
+ return skia::NSDeviceColorToSkColor(color);
}
} // namespace test
« no previous file with comments | « ui/gfx/image/image_unittest_util.cc ('k') | ui/gfx/render_text_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698