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

Unified Diff: ui/views/cocoa/bridged_content_view.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/native_theme/native_theme_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/cocoa/bridged_content_view.mm
diff --git a/ui/views/cocoa/bridged_content_view.mm b/ui/views/cocoa/bridged_content_view.mm
index c30e7c77c2101e08fca298af2da331e277dab0e9..80aa1c672d39894cbee3974a0e680b77a81f4893 100644
--- a/ui/views/cocoa/bridged_content_view.mm
+++ b/ui/views/cocoa/bridged_content_view.mm
@@ -313,7 +313,7 @@ bool DispatchEventToMenu(views::Widget* widget, ui::KeyboardCode key_code) {
if (drawMenuBackgroundForBlur_) {
const CGFloat radius = views::MenuConfig::instance(nullptr).corner_radius;
- [gfx::SkColorToSRGBNSColor(0x01000000) set];
+ [skia::SkColorToSRGBNSColor(0x01000000) set];
[[NSBezierPath bezierPathWithRoundedRect:[self bounds]
xRadius:radius
yRadius:radius] fill];
« no previous file with comments | « ui/native_theme/native_theme_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698