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

Unified Diff: content/browser/web_contents/web_contents_view_win.h

Issue 12221144: Make zoom using ctrl+mouse wheel work in win aura. Windows -non-aura had a hack that was a layering… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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: content/browser/web_contents/web_contents_view_win.h
===================================================================
--- content/browser/web_contents/web_contents_view_win.h (revision 180972)
+++ content/browser/web_contents/web_contents_view_win.h (working copy)
@@ -43,7 +43,6 @@
MESSAGE_HANDLER(WM_MBUTTONDOWN, OnMouseDown)
MESSAGE_HANDLER(WM_RBUTTONDOWN, OnMouseDown)
MESSAGE_HANDLER(WM_MOUSEMOVE, OnMouseMove)
- MESSAGE_HANDLER(base::win::kReflectedMessage, OnReflectedMessage)
// Hacks for old ThinkPad touchpads/scroll points.
MESSAGE_HANDLER(WM_NCCALCSIZE, OnNCCalcSize)
MESSAGE_HANDLER(WM_NCHITTEST, OnNCHitTest)
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/browser/web_contents/web_contents_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698