Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / mojo / services / public / interfaces / surfaces / surface_id.mojom
index 42ab992..5a7686d 100644 (file)
@@ -2,10 +2,10 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-module mojo.surfaces {
+module mojo {
 
 struct SurfaceId {
-  int32 id;
+  uint64 id;
 };
 
 }