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

Side by Side Diff: content/browser/web_contents/web_contents_view_aura.cc

Issue 2497033002: Break apart WebGestureEvent from WebInputEvent. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "content/browser/web_contents/web_contents_view_aura.h" 5 #include "content/browser/web_contents/web_contents_view_aura.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "base/auto_reset.h" 10 #include "base/auto_reset.h"
(...skipping 26 matching lines...) Expand all
37 #include "content/public/browser/render_widget_host.h" 37 #include "content/public/browser/render_widget_host.h"
38 #include "content/public/browser/render_widget_host_view.h" 38 #include "content/public/browser/render_widget_host_view.h"
39 #include "content/public/browser/web_contents_delegate.h" 39 #include "content/public/browser/web_contents_delegate.h"
40 #include "content/public/browser/web_contents_observer.h" 40 #include "content/public/browser/web_contents_observer.h"
41 #include "content/public/browser/web_contents_view_delegate.h" 41 #include "content/public/browser/web_contents_view_delegate.h"
42 #include "content/public/browser/web_drag_dest_delegate.h" 42 #include "content/public/browser/web_drag_dest_delegate.h"
43 #include "content/public/common/content_client.h" 43 #include "content/public/common/content_client.h"
44 #include "content/public/common/content_switches.h" 44 #include "content/public/common/content_switches.h"
45 #include "content/public/common/drop_data.h" 45 #include "content/public/common/drop_data.h"
46 #include "net/base/filename_util.h" 46 #include "net/base/filename_util.h"
47 #include "third_party/WebKit/public/web/WebInputEvent.h" 47 #include "third_party/WebKit/public/platform/WebInputEvent.h"
48 #include "ui/aura/client/aura_constants.h" 48 #include "ui/aura/client/aura_constants.h"
49 #include "ui/aura/client/drag_drop_client.h" 49 #include "ui/aura/client/drag_drop_client.h"
50 #include "ui/aura/client/drag_drop_delegate.h" 50 #include "ui/aura/client/drag_drop_delegate.h"
51 #include "ui/aura/client/screen_position_client.h" 51 #include "ui/aura/client/screen_position_client.h"
52 #include "ui/aura/client/window_parenting_client.h" 52 #include "ui/aura/client/window_parenting_client.h"
53 #include "ui/aura/env.h" 53 #include "ui/aura/env.h"
54 #include "ui/aura/window.h" 54 #include "ui/aura/window.h"
55 #include "ui/aura/window_observer.h" 55 #include "ui/aura/window_observer.h"
56 #include "ui/aura/window_tree_host.h" 56 #include "ui/aura/window_tree_host.h"
57 #include "ui/aura/window_tree_host_observer.h" 57 #include "ui/aura/window_tree_host_observer.h"
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 bool allow_multiple_selection) { 1218 bool allow_multiple_selection) {
1219 NOTIMPLEMENTED() << " show " << items.size() << " menu items"; 1219 NOTIMPLEMENTED() << " show " << items.size() << " menu items";
1220 } 1220 }
1221 1221
1222 void WebContentsViewAura::HidePopupMenu() { 1222 void WebContentsViewAura::HidePopupMenu() {
1223 NOTIMPLEMENTED(); 1223 NOTIMPLEMENTED();
1224 } 1224 }
1225 #endif 1225 #endif
1226 1226
1227 } // namespace content 1227 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/browser/web_contents/web_drag_dest_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698