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

Unified Diff: cc/ipc/BUILD.gn

Issue 2661543002: Rename LocalFrameId to LocalSurfaceId (Closed)
Patch Set: c Created 3 years, 11 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 | « android_webview/browser/surfaces_instance.cc ('k') | cc/ipc/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/BUILD.gn
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn
index e5cbcef4bc84e3f34b9779d8117610cbfb7f508b..df7e55ded441a9cbc5bc44a50f8e466fc7a48ce1 100644
--- a/cc/ipc/BUILD.gn
+++ b/cc/ipc/BUILD.gn
@@ -45,7 +45,7 @@ mojom("interfaces") {
"filter_operation.mojom",
"filter_operations.mojom",
"frame_sink_id.mojom",
- "local_frame_id.mojom",
+ "local_surface_id.mojom",
"mojo_compositor_frame_sink.mojom",
"quads.mojom",
"render_pass.mojom",
@@ -104,7 +104,7 @@ cc_source_set("struct_traits") {
"filter_operation_struct_traits.h",
"filter_operations_struct_traits.h",
"frame_sink_id_struct_traits.h",
- "local_frame_id_struct_traits.h",
+ "local_surface_id_struct_traits.h",
"quads_struct_traits.cc",
"quads_struct_traits.h",
"render_pass_struct_traits.cc",
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | cc/ipc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698