| Index: chrome/browser/views/tab_contents/tab_contents_view_win.h
|
| ===================================================================
|
| --- chrome/browser/views/tab_contents/tab_contents_view_win.h (revision 19223)
|
| +++ chrome/browser/views/tab_contents/tab_contents_view_win.h (working copy)
|
| @@ -8,6 +8,7 @@
|
| #include "base/gfx/size.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/tab_contents/tab_contents_view.h"
|
| +#include "chrome/common/page_zoom.h"
|
| #include "views/widget/widget_win.h"
|
|
|
| class RenderViewContextMenuWin;
|
| @@ -84,7 +85,7 @@
|
|
|
| // TODO(brettw) comment these. They're confusing.
|
| bool ScrollZoom(int scroll_type);
|
| - void WheelZoom(int distance);
|
| + void WheelZoom(PageZoom::Function zoom_type);
|
|
|
| // ---------------------------------------------------------------------------
|
|
|
|
|