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

Unified Diff: components/test_runner/event_sender.h

Issue 2485693003: Drag-and-drop: DragEnter, DragOver, DragLeave, DragDrop (Closed)
Patch Set: Rebased. More fixes. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/webui_webview_browsertest.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index 156e745e1073155470cc16c81874170e04b32b43..c108011b589bdf251d76dc163f66163f0faf10bf 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -24,6 +24,7 @@
#include "third_party/WebKit/public/platform/WebTouchPoint.h"
namespace blink {
+class WebFrameWidget;
class WebLocalFrame;
class WebView;
class WebWidget;
@@ -265,6 +266,7 @@ class EventSender {
const blink::WebView* view() const;
blink::WebView* view();
blink::WebWidget* widget();
+ blink::WebFrameWidget* mainFrameWidget();
bool force_layout_on_events_;
« no previous file with comments | « chrome/browser/ui/webui/webui_webview_browsertest.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698