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

Unified Diff: cc/surfaces/BUILD.gn

Issue 2708153005: Rename SurfaceIdAllocator to LocalSurfaceIdAllocator (Closed)
Patch Set: Delete useless include Created 3 years, 10 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/surfaces/direct_compositor_frame_sink.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 f9e953f78bacecb7b8dc27b5e2d61b4dc9d73a92..08f9b953c2c1ebbc3094477d5f5a0aae48171558 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -44,6 +44,8 @@ cc_component("surfaces") {
"display_client.h",
"display_scheduler.cc",
"display_scheduler.h",
+ "local_surface_id_allocator.cc",
+ "local_surface_id_allocator.h",
"pending_frame_observer.h",
"referenced_surface_tracker.cc",
"referenced_surface_tracker.h",
@@ -61,8 +63,6 @@ cc_component("surfaces") {
"surface_hittest.cc",
"surface_hittest.h",
"surface_hittest_delegate.h",
- "surface_id_allocator.cc",
- "surface_id_allocator.h",
"surface_manager.cc",
"surface_manager.h",
"surface_resource_holder.cc",
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | cc/surfaces/direct_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698