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

Unified Diff: content/browser/android/synchronous_compositor_host.h

Issue 2036023002: Rewire Android WebView's compositor changed signal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix browse_view_renderer construction and rebase Created 4 years, 6 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/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_;

Powered by Google App Engine
This is Rietveld 408576698