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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 10917102: Context menus should appear above the touch point if invoked by long press. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 55883dece235d97a3567533cf47a0c798e2ea24b..51cc62975d74c4b764881ba962e2e8acc5aa157b 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -7,6 +7,7 @@
#include <deque>
#include <map>
+#include <queue>
#include <string>
#include <vector>
@@ -479,6 +480,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
// This value indicates how long to wait before we consider a renderer hung.
int hung_renderer_delay_ms_;
+ std::queue<WebKit::WebInputEvent::Type> in_process_event_types_;
+
private:
friend class ::MockRenderWidgetHost;

Powered by Google App Engine
This is Rietveld 408576698