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

Unified Diff: cc/blimp/layer_tree_host_remote.h

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: . Created 4 years 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: cc/blimp/layer_tree_host_remote.h
diff --git a/cc/blimp/layer_tree_host_remote.h b/cc/blimp/layer_tree_host_remote.h
index e7c3c8b780e3cf4642c907a89bec2b64141f4efd..9eb61f320f6de3afda5d20fc6922228453655262 100644
--- a/cc/blimp/layer_tree_host_remote.h
+++ b/cc/blimp/layer_tree_host_remote.h
@@ -125,6 +125,7 @@ class CC_EXPORT LayerTreeHostRemote : public LayerTreeHost,
int source_frame_number_ = 0;
Sami 2016/12/06 12:41:06 aside: We might want to drop a TODO somewhere abou
Eric Seckler 2016/12/06 17:33:59 In general, the LayerTreeHost::SourceFrameNumber()
Sami 2016/12/07 16:59:39 True, I was just thinking that since the only way
bool visible_ = false;
bool defer_commits_ = false;
+ uint64_t begin_frame_number_ = 0;
// In threaded/single-threaded mode, the LayerTree and Layers expect scroll/
// scale updates to come from the impl thread only during the main frame.

Powered by Google App Engine
This is Rietveld 408576698