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

Side by Side Diff: webkit/port/platform/chromium/FramelessScrollView.h

Issue 7419: Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/webkit/port/platform/FramelessScrollView.h:r69-2775
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef FramelessScrollView_h 5 #ifndef FramelessScrollView_h
6 #define FramelessScrollView_h 6 #define FramelessScrollView_h
7 7
8 #include "FrameView.h" 8 #include "FrameView.h"
9 9
10 namespace WebCore { 10 namespace WebCore {
(...skipping 18 matching lines...) Expand all
29 virtual bool handleMouseDownEvent(const PlatformMouseEvent&) = 0; 29 virtual bool handleMouseDownEvent(const PlatformMouseEvent&) = 0;
30 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) = 0; 30 virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) = 0;
31 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) = 0; 31 virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&) = 0;
32 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0; 32 virtual bool handleWheelEvent(const PlatformWheelEvent&) = 0;
33 virtual bool handleKeyEvent(const PlatformKeyboardEvent&) = 0; 33 virtual bool handleKeyEvent(const PlatformKeyboardEvent&) = 0;
34 }; 34 };
35 } 35 }
36 36
37 #endif // FramelessScrollView_h 37 #endif // FramelessScrollView_h
38 38
OLDNEW
« no previous file with comments | « webkit/port/platform/chromium/FileChooserChromium.cpp ('k') | webkit/port/platform/chromium/FramelessScrollView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698