Chromium Code Reviews| Index: content/browser/android/synchronous_compositor_host.h |
| diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h |
| index 39f496f20c062cdaa4c01a6ef5a05daaf5033c9b..a230468fe9e6100134ca6308ae394ada951511fb 100644 |
| --- a/content/browser/android/synchronous_compositor_host.h |
| +++ b/content/browser/android/synchronous_compositor_host.h |
| @@ -68,7 +68,6 @@ class SynchronousCompositorHost : public SynchronousCompositor { |
| void DidOverscroll(const DidOverscrollParams& over_scroll_params); |
| void DidSendBeginFrame(); |
| bool OnMessageReceived(const IPC::Message& message); |
| - void DidBecomeCurrent(); |
| private: |
| class ScopedSendZeroMemory; |
| @@ -90,6 +89,7 @@ class SynchronousCompositorHost : public SynchronousCompositor { |
| SynchronousCompositorClient* const client_; |
| const scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_; |
| const int routing_id_; |
| + const int process_id_; |
|
boliu
2016/06/13 15:30:44
nit: move this above routing_id_
hush (inactive)
2016/06/14 23:48:29
Done.
|
| IPC::Sender* const sender_; |
| const bool use_in_process_zero_copy_software_draw_; |