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

Unified Diff: chrome/browser/web_contents.h

Issue 2878: Touchpad support for laptops... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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
« no previous file with comments | « chrome/browser/render_widget_host_hwnd.cc ('k') | chrome/browser/web_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_contents.h
===================================================================
--- chrome/browser/web_contents.h (revision 2238)
+++ chrome/browser/web_contents.h (working copy)
@@ -493,6 +493,8 @@
GearsCreateShortcutCallbackFunctor* callback_functor;
};
+ void ScrollCommon(UINT message, int scroll_type, short position,
+ HWND scrollbar);
bool ScrollZoom(int scroll_type);
void WheelZoom(int distance);
@@ -511,6 +513,8 @@
virtual void OnSetFocus(HWND window);
virtual void OnVScroll(int scroll_type, short position, HWND scrollbar);
virtual void OnWindowPosChanged(WINDOWPOS* window_pos);
+ virtual void OnSize(UINT param, const CSize& size);
+ virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param);
// Callback from HistoryService for our request for a favicon.
void OnFavIconData(HistoryService::Handle handle,
« no previous file with comments | « chrome/browser/render_widget_host_hwnd.cc ('k') | chrome/browser/web_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698