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

Unified Diff: ui/app_list/cocoa/apps_grid_view_item.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_view_controller.mm ('k') | ui/app_list/cocoa/apps_search_results_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/apps_grid_view_item.mm
diff --git a/ui/app_list/cocoa/apps_grid_view_item.mm b/ui/app_list/cocoa/apps_grid_view_item.mm
index 992bc9a82ebbaa0d85a04f41b98e0b8180589b32..03fbb4637ab6eb9bf385bab9a2127b6d33694f42 100644
--- a/ui/app_list/cocoa/apps_grid_view_item.mm
+++ b/ui/app_list/cocoa/apps_grid_view_item.mm
@@ -173,7 +173,7 @@ void ItemModelObserverBridge::ItemPercentDownloadedChanged() {
if (!selected_)
return;
- [gfx::SkColorToSRGBNSColor(app_list::kSelectedColor) set];
+ [skia::SkColorToSRGBNSColor(app_list::kSelectedColor) set];
NSRectFillUsingOperation(dirtyRect, NSCompositeSourceOver);
}
@@ -243,7 +243,7 @@ void ItemModelObserverBridge::ItemPercentDownloadedChanged() {
.GetPrimaryFont()
.GetNativeFont(),
NSForegroundColorAttributeName :
- gfx::SkColorToSRGBNSColor(app_list::kGridTitleColor)
+ skia::SkColorToSRGBNSColor(app_list::kGridTitleColor)
};
NSString* buttonTitle =
base::SysUTF8ToNSString([self model]->GetDisplayName());
« no previous file with comments | « ui/app_list/cocoa/app_list_view_controller.mm ('k') | ui/app_list/cocoa/apps_search_results_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698