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

Unified Diff: android_webview/browser/child_frame.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/child_frame.h
diff --git a/android_webview/browser/child_frame.h b/android_webview/browser/child_frame.h
index 2d37502787b08d3e009999f5c293b73074ca7a0f..a4eab20a459d2ace82922bc0f6b95feb7d5bea80 100644
--- a/android_webview/browser/child_frame.h
+++ b/android_webview/browser/child_frame.h
@@ -30,7 +30,8 @@ class ChildFrame {
bool is_layer);
~ChildFrame();
- const uint32_t compositor_frame_sink_id;
+ // These two fileds are not const for to make async path easier.
dcheng 2016/10/21 06:42:56 Nit: fileds => fields and s/for//
boliu 2016/10/21 15:15:32 Done.
+ uint32_t compositor_frame_sink_id;
std::unique_ptr<cc::CompositorFrame> frame;
// The id of the compositor this |frame| comes from.
const CompositorID compositor_id;

Powered by Google App Engine
This is Rietveld 408576698