diff options
Diffstat (limited to 'chrome/views/label.cc')
-rw-r--r-- | chrome/views/label.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/label.cc b/chrome/views/label.cc index 27f30d2..d63e2f0 100644 --- a/chrome/views/label.cc +++ b/chrome/views/label.cc @@ -148,7 +148,7 @@ void Label::Paint(ChromeCanvas* canvas) { void Label::PaintBackground(ChromeCanvas* canvas) { const Background* bg = contains_mouse_ ? GetMouseOverBackground() : NULL; if (!bg) - bg = GetBackground(); + bg = background(); if (bg) bg->Paint(canvas, this); } |