diff options
Diffstat (limited to 'chrome/views/native_scroll_bar.h')
-rw-r--r-- | chrome/views/native_scroll_bar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/views/native_scroll_bar.h b/chrome/views/native_scroll_bar.h index ad514b4..8eee019 100644 --- a/chrome/views/native_scroll_bar.h +++ b/chrome/views/native_scroll_bar.h @@ -31,7 +31,6 @@ class NativeScrollBar : public ScrollBar { // Overridden for layout purpose virtual void Layout(); virtual gfx::Size GetPreferredSize(); - virtual void DidChangeBounds(const CRect& previous, const CRect& current); // Overridden for keyboard UI purpose virtual bool OnKeyPressed(const KeyEvent& event); |