| Index: chrome/views/bitmap_scroll_bar.h
|
| ===================================================================
|
| --- chrome/views/bitmap_scroll_bar.h (revision 3391)
|
| +++ chrome/views/bitmap_scroll_bar.h (working copy)
|
| @@ -87,7 +87,7 @@
|
| void ScrollByContentsOffset(int contents_offset);
|
|
|
| // View overrides:
|
| - virtual void GetPreferredSize(CSize* preferred_size);
|
| + virtual gfx::Size GetPreferredSize();
|
| virtual void Paint(ChromeCanvas* canvas);
|
| virtual void Layout();
|
| virtual void DidChangeBounds(const CRect& previous, const CRect& current);
|
|
|