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

Unified Diff: cc/ipc/surface_sequence.mojom

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests Created 4 years, 5 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: cc/ipc/surface_sequence.mojom
diff --git a/cc/ipc/surface_sequence.mojom b/cc/ipc/surface_sequence.mojom
index 631fe8d7a6107ad86372cc787456a27723d3bd5f..d186077e12cdc75c16b19e69c57bb23806477816 100644
--- a/cc/ipc/surface_sequence.mojom
+++ b/cc/ipc/surface_sequence.mojom
@@ -7,9 +7,8 @@ module cc.mojom;
// A per-surface-namespace sequence number that's used to coordinate
// dependencies between frames. A sequence number may be satisfied once, and
// may be depended on once.
-// A surface sequence consists of an id namespace and a local sequence number.
struct SurfaceSequence {
- uint32 id_namespace;
+ uint32 client_id;
uint32 sequence;
};

Powered by Google App Engine
This is Rietveld 408576698