Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3368)

Unified Diff: chrome/browser/views/tab_contents/tab_contents_view_win.h

Issue 147202: Added support for Text only zoom... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
// ---------------------------------------------------------------------------
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_view_gtk.cc ('k') | chrome/browser/views/tab_contents/tab_contents_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698