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

Unified Diff: components/test_runner/event_sender.h

Issue 2485693003: Drag-and-drop: DragEnter, DragOver, DragLeave, DragDrop (Closed)
Patch Set: No longer using GetSiteInstance() in RenderWidgetHostImpl. 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
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 | « no previous file | components/test_runner/event_sender.cc » ('j') | content/browser/browser_plugin/browser_plugin_guest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698