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

Unified Diff: mojo/services/public/interfaces/surfaces/surface_id.mojom

Issue 342543002: Mojom interface for Surfaces service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: mojo/services/public/interfaces/surfaces/surface_id.mojom
diff --git a/tools/clang/blink_gc_plugin/tests/class_overrides_new.cpp b/mojo/services/public/interfaces/surfaces/surface_id.mojom
similarity index 73%
copy from tools/clang/blink_gc_plugin/tests/class_overrides_new.cpp
copy to mojo/services/public/interfaces/surfaces/surface_id.mojom
index 9f47f82a731841e738d57d2cd0d6fcf8211479a9..42ab9924471b5fcb58267cb6f3f45346ac93bb04 100644
--- a/tools/clang/blink_gc_plugin/tests/class_overrides_new.cpp
+++ b/mojo/services/public/interfaces/surfaces/surface_id.mojom
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "class_overrides_new.h"
+module mojo.surfaces {
-// Nothing to define.
+struct SurfaceId {
+ int32 id;
Ben Goodger (Google) 2014/06/17 21:32:32 why int32 vs uint32 btw?
+};
+
+}
« no previous file with comments | « mojo/services/public/interfaces/surfaces/quads.mojom ('k') | mojo/services/public/interfaces/surfaces/surfaces.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698