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

Unified Diff: cc/ipc/render_pass_id.mojom

Issue 2011263002: Implement RenderPassId StructTrait (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 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/render_pass_id.mojom
diff --git a/services/shell/background/tests/test.mojom b/cc/ipc/render_pass_id.mojom
similarity index 69%
copy from services/shell/background/tests/test.mojom
copy to cc/ipc/render_pass_id.mojom
index 18a92ec2634bed55b4048f5ece0e83b36f0c7b8f..90eee184925025d5d948c49e6af692ec5ec2a04e 100644
--- a/services/shell/background/tests/test.mojom
+++ b/cc/ipc/render_pass_id.mojom
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module shell.mojom;
+module cc.mojom;
-interface TestService {
- Test() => ();
+struct RenderPassId {
+ int32 layer_id;
+ uint32 index;
};

Powered by Google App Engine
This is Rietveld 408576698