diff options
Diffstat (limited to 'chrome/views/native_scroll_bar.cc')
-rw-r--r-- | chrome/views/native_scroll_bar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/native_scroll_bar.cc b/chrome/views/native_scroll_bar.cc index 00e442c..0f36834 100644 --- a/chrome/views/native_scroll_bar.cc +++ b/chrome/views/native_scroll_bar.cc @@ -81,8 +81,8 @@ class ScrollBarContainer : public CWindowImpl<ScrollBarContainer, SBS_HORZ : SBS_VERT), 0, 0, - parent_->GetWidth(), - parent_->GetHeight(), + parent_->width(), + parent_->height(), m_hWnd, NULL, NULL, |