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; |