diff options
Diffstat (limited to 'chrome/views/native_control.cc')
-rw-r--r-- | chrome/views/native_control.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/native_control.cc b/chrome/views/native_control.cc index c2816be..fd81b4f 100644 --- a/chrome/views/native_control.cc +++ b/chrome/views/native_control.cc @@ -134,7 +134,7 @@ class NativeControlContainer : public CWindowImpl<NativeControlContainer, LRESULT OnCtlColor(UINT msg, HDC dc, HWND control) { const View *ancestor = parent_; while (ancestor) { - const Background *background = ancestor->GetBackground(); + const Background *background = ancestor->background(); if (background) { HBRUSH brush = background->GetNativeControlBrush(); if (brush) |