| 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 01d2ccd3b940b701cdba8ec4b87b0661068a1015..40ce6daf9cd4a5ba1c080f65ed6eb7fb552523f8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -822,8 +822,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
|
|
| RenderWidgetHostLatencyTracker latency_tracker_;
|
|
|
| - bool subscribe_uniform_enabled_;
|
| -
|
| int next_browser_snapshot_id_;
|
| typedef std::map<int,
|
| base::Callback<void(const unsigned char*, size_t)> > PendingSnapshotMap;
|
|
|