summaryrefslogtreecommitdiffstats
path: root/chrome/views/label.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/label.cc')
-rw-r--r--chrome/views/label.cc2
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);
}