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

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: Use web_contents_ 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
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | content/browser/android/synchronous_compositor_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b3c9a9d5e55e96ddce4f6f0dc40215ee076cc277 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;
@@ -89,6 +88,7 @@ class SynchronousCompositorHost : public SynchronousCompositor {
RenderWidgetHostViewAndroid* const rwhva_;
SynchronousCompositorClient* const client_;
const scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
+ const int process_id_;
const int routing_id_;
IPC::Sender* const sender_;
const bool use_in_process_zero_copy_software_draw_;
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | content/browser/android/synchronous_compositor_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698