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

Unified Diff: components/frame_sinks/gpu_compositor_frame_sink.cc

Issue 2768563002: Move DisplayCompositor code to new component. (Closed)
Patch Set: Rebase. Created 3 years, 9 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
Index: components/frame_sinks/gpu_compositor_frame_sink.cc
diff --git a/components/display_compositor/gpu_compositor_frame_sink.cc b/components/frame_sinks/gpu_compositor_frame_sink.cc
similarity index 96%
rename from components/display_compositor/gpu_compositor_frame_sink.cc
rename to components/frame_sinks/gpu_compositor_frame_sink.cc
index c572eb5709398dfa7d5756a0499baa90a234c768..aceb3056c6103e58c76cbc63880c4aeebe7cf241 100644
--- a/components/display_compositor/gpu_compositor_frame_sink.cc
+++ b/components/frame_sinks/gpu_compositor_frame_sink.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/display_compositor/gpu_compositor_frame_sink.h"
+#include "components/frame_sinks/gpu_compositor_frame_sink.h"
-namespace display_compositor {
+namespace frame_sinks {
GpuCompositorFrameSink::GpuCompositorFrameSink(
GpuCompositorFrameSinkDelegate* delegate,
@@ -97,4 +97,4 @@ void GpuCompositorFrameSink::OnPrivateConnectionLost() {
client_connection_lost_);
}
-} // namespace display_compositor
+} // namespace frame_sinks
« no previous file with comments | « components/frame_sinks/gpu_compositor_frame_sink.h ('k') | components/frame_sinks/gpu_compositor_frame_sink_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698