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

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

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memleak in test Created 6 years 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 6ea591a5cc5b1c1488c54f73a578e3eb36ff44f3..b1d7667505422bf5b34a6136de5a14cbda8d6b8f 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -845,6 +845,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
int64 last_input_number_;
+ bool subscribe_uniform_enabled_;
+
int next_browser_snapshot_id_;
typedef std::map<int,
base::Callback<void(const unsigned char*, size_t)> > PendingSnapshotMap;

Powered by Google App Engine
This is Rietveld 408576698