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

Unified Diff: chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_window.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
Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_window.mm
diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_window.mm b/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_window.mm
index 102b19854dbe24042634fb7379d47d6a7a999de5..3225ea1c3803351bb88b7ed26b906b646d66f2dd 100644
--- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_window.mm
+++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_custom_window.mm
@@ -40,7 +40,7 @@
backing:bufferingType
defer:NO])) {
[self setHasShadow:YES];
- [self setBackgroundColor:gfx::SkColorToCalibratedNSColor(
+ [self setBackgroundColor:skia::SkColorToCalibratedNSColor(
chrome_style::GetBackgroundColor())];
[self setOpaque:NO];
[self setReleasedWhenClosed:NO];

Powered by Google App Engine
This is Rietveld 408576698