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

Unified Diff: ui/app_list/cocoa/app_list_view_controller.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/app_list/cocoa/app_list_pager_view.mm ('k') | ui/app_list/cocoa/apps_grid_view_item.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/app_list_view_controller.mm
diff --git a/ui/app_list/cocoa/app_list_view_controller.mm b/ui/app_list/cocoa/app_list_view_controller.mm
index 8f337ce987dd0c801c28cf0bdc15a05bcd4a5186..3ff7a67ba9c44b0791d291d76341e4c1ab4fd2eb 100644
--- a/ui/app_list/cocoa/app_list_view_controller.mm
+++ b/ui/app_list/cocoa/app_list_view_controller.mm
@@ -61,11 +61,11 @@ const NSTimeInterval kResultsAnimationDuration = 0.2;
xRadius:kBubbleCornerRadius
yRadius:kBubbleCornerRadius] addClip];
- [gfx::SkColorToSRGBNSColor(app_list::kContentsBackgroundColor) set];
+ [skia::SkColorToSRGBNSColor(app_list::kContentsBackgroundColor) set];
NSRectFill(boundsRect);
- [gfx::SkColorToSRGBNSColor(app_list::kSearchBoxBackground) set];
+ [skia::SkColorToSRGBNSColor(app_list::kSearchBoxBackground) set];
NSRectFill(searchAreaRect);
- [gfx::SkColorToSRGBNSColor(app_list::kTopSeparatorColor) set];
+ [skia::SkColorToSRGBNSColor(app_list::kTopSeparatorColor) set];
NSRectFill(separatorRect);
}
« no previous file with comments | « ui/app_list/cocoa/app_list_pager_view.mm ('k') | ui/app_list/cocoa/apps_grid_view_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698