summaryrefslogtreecommitdiffstats
path: root/chrome/views/background.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/background.cc')
-rw-r--r--chrome/views/background.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/background.cc b/chrome/views/background.cc
index 3642924..1aa631e 100644
--- a/chrome/views/background.cc
+++ b/chrome/views/background.cc
@@ -68,7 +68,7 @@ Background::~Background() {
void Background::SetNativeControlColor(SkColor color) {
DeleteObject(native_control_brush_);
- native_control_brush_ = CreateSolidBrush(gfx::SkColorToCOLORREF(color));
+ native_control_brush_ = CreateSolidBrush(skia::SkColorToCOLORREF(color));
}
//static