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

Unified Diff: cc/ipc/surface_id.mojom

Issue 2014233002: Implement cc::SurfaceId StructTraits (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
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/surface_id.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/surface_id.mojom
diff --git a/components/mus/public/interfaces/surface_id.mojom b/cc/ipc/surface_id.mojom
similarity index 98%
rename from components/mus/public/interfaces/surface_id.mojom
rename to cc/ipc/surface_id.mojom
index 6142365c0bfad4512e25f7b65bf900cad604984d..f4f7427274192535556dcae04a93fa0905aecc2d 100644
--- a/components/mus/public/interfaces/surface_id.mojom
+++ b/cc/ipc/surface_id.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mus.mojom;
+module cc.mojom;
// A surface ID is composed of three parts: a namespace, a local ID, and a
// nonce. The local part and nonce are allocated by the client using any scheme
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/surface_id.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698