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

Side by Side Diff: webkit/plugins/npapi/webplugin_delegate_impl_aura.cc

Issue 15971005: Move the WebCursor sources from webkit/glue to webkit/common/cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #include "webkit/plugins/npapi/webplugin_delegate_impl.h" 5 #include "webkit/plugins/npapi/webplugin_delegate_impl.h"
6 6
7 #include "webkit/glue/webcursor.h" 7 #include "webkit/common/cursors/webcursor.h"
8 #include "webkit/plugins/npapi/plugin_instance.h" 8 #include "webkit/plugins/npapi/plugin_instance.h"
9 9
10 using WebKit::WebInputEvent; 10 using WebKit::WebInputEvent;
11 11
12 namespace webkit { 12 namespace webkit {
13 namespace npapi { 13 namespace npapi {
14 14
15 WebPluginDelegateImpl::WebPluginDelegateImpl(PluginInstance* instance) { 15 WebPluginDelegateImpl::WebPluginDelegateImpl(PluginInstance* instance) {
16 } 16 }
17 17
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 return true; 59 return true;
60 } 60 }
61 61
62 bool WebPluginDelegateImpl::PlatformHandleInputEvent( 62 bool WebPluginDelegateImpl::PlatformHandleInputEvent(
63 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { 63 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
64 return false; 64 return false;
65 } 65 }
66 66
67 } // namespace npapi 67 } // namespace npapi
68 } // namespace webkit 68 } // namespace webkit
OLDNEW
« no previous file with comments | « webkit/plugins/npapi/webplugin_delegate_impl_android.cc ('k') | webkit/plugins/npapi/webplugin_delegate_impl_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698