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

Unified Diff: android_webview/browser/render_thread_manager.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: android_webview/browser/render_thread_manager.h
diff --git a/android_webview/browser/render_thread_manager.h b/android_webview/browser/render_thread_manager.h
index 375734af07e8031af62d056eee77a5408130d2b0..6a84e1c1654e96214c420798564a4c619fea6f2d 100644
--- a/android_webview/browser/render_thread_manager.h
+++ b/android_webview/browser/render_thread_manager.h
@@ -27,8 +27,9 @@ class RequestInvokeGLTracker;
}
class RenderThreadManagerClient;
-class CompositorFrameProducer;
class ChildFrame;
+class CompositorFrameProducer;
+struct CompositorID;
boliu 2016/06/13 15:30:44 struct after class
hush (inactive) 2016/06/14 23:48:28 Done.
class HardwareRenderer;
class InsideHardwareReleaseReset;
@@ -64,7 +65,7 @@ class RenderThreadManager : public CompositorFrameConsumer {
void PostExternalDrawConstraintsToChildCompositorOnRT(
const ParentCompositorDrawConstraints& parent_draw_constraints);
void InsertReturnedResourcesOnRT(const cc::ReturnedResourceArray& resources,
- uint32_t compositor_id,
+ CompositorID compositor_id,
boliu 2016/06/13 15:30:44 const&
hush (inactive) 2016/06/14 23:48:28 Done.
uint32_t output_surface_id);
private:

Powered by Google App Engine
This is Rietveld 408576698