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

Unified Diff: cc/surfaces/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 | « cc/quads/draw_quad_unittest.cc ('k') | cc/surfaces/compositor_frame_sink_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index e83d5817c78debdb87e7c83016d6569d50a1ba5d..290cac1cb22d5d2b05acace90416d0057e3addbd 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -8,8 +8,8 @@ cc_source_set("surface_id") {
sources = [
"frame_sink_id.cc",
"frame_sink_id.h",
- "local_frame_id.cc",
- "local_frame_id.h",
+ "local_surface_id.cc",
+ "local_surface_id.h",
"surface_id.cc",
"surface_id.h",
"surface_info.h",
« no previous file with comments | « cc/quads/draw_quad_unittest.cc ('k') | cc/surfaces/compositor_frame_sink_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698