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

Unified Diff: android_webview/browser/render_thread_manager.h

Issue 2418383002: sync compositor: Signal async frame on IO thread (Closed)
Patch Set: bad_message, and minor cleanups Created 4 years, 2 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 e23b2c24841f6bccf650c32b6b49aca632fff085..ca9e4b314f109478836d7f8c1707963d17c1b7da 100644
--- a/android_webview/browser/render_thread_manager.h
+++ b/android_webview/browser/render_thread_manager.h
@@ -63,6 +63,8 @@ class RenderThreadManager : public CompositorFrameConsumer {
// RT thread methods.
dcheng 2016/10/21 06:42:56 Nit: Perhaps expand "RT" here (I assume RT = Rende
boliu 2016/10/21 15:15:32 Yep. Updated to "Render thread methods"
gfx::Vector2d GetScrollOffsetOnRT();
std::unique_ptr<ChildFrame> PassFrameOnRT();
+ scoped_refptr<content::SynchronousCompositor::FrameFuture>
+ PassFrameFutureOnRT();
void DrawGL(AwDrawGLInfo* draw_info);
void PostExternalDrawConstraintsToChildCompositorOnRT(
const ParentCompositorDrawConstraints& parent_draw_constraints);

Powered by Google App Engine
This is Rietveld 408576698