Chromium Code Reviews| 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?
|
| +}; |
| + |
| +} |