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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2540413003: Mus: DirectOutputSurface* => DisplayOutputSurface* (Closed)
Patch Set: Created 4 years 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 | « no previous file | services/ui/surfaces/direct_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index c4f8e46d582d1c985616b7e77ac5588500bc5f14..ba2a318ea3d2b6e07648817d39e311fadf0e4025 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -6,10 +6,10 @@ import("//build/config/ui.gni")
source_set("surfaces") {
sources = [
- "direct_output_surface.cc",
- "direct_output_surface.h",
"display_compositor.cc",
"display_compositor.h",
+ "display_output_surface.cc",
+ "display_output_surface.h",
"gpu_compositor_frame_sink.cc",
"gpu_compositor_frame_sink.h",
]
@@ -41,8 +41,8 @@ source_set("surfaces") {
if (use_ozone) {
sources += [
- "direct_output_surface_ozone.cc",
- "direct_output_surface_ozone.h",
+ "display_output_surface_ozone.cc",
+ "display_output_surface_ozone.h",
]
deps += [ "//gpu/command_buffer/common" ]
}
« no previous file with comments | « no previous file | services/ui/surfaces/direct_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698