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

Unified Diff: components/viz/frame_sinks/gpu_compositor_frame_sink_delegate.h

Issue 2795823003: Create //components/viz/frame_sinks and move code. (Closed)
Patch Set: Fix DEPS. Created 3 years, 8 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/viz/frame_sinks/gpu_compositor_frame_sink_delegate.h
diff --git a/components/display_compositor/gpu_compositor_frame_sink_delegate.h b/components/viz/frame_sinks/gpu_compositor_frame_sink_delegate.h
similarity index 75%
rename from components/display_compositor/gpu_compositor_frame_sink_delegate.h
rename to components/viz/frame_sinks/gpu_compositor_frame_sink_delegate.h
index e1c4382a6646163944c8d1cc9a2df01e6b67867f..d9d45ae2a6b332bf5a9413159e4e91abbea8d21c 100644
--- a/components/display_compositor/gpu_compositor_frame_sink_delegate.h
+++ b/components/viz/frame_sinks/gpu_compositor_frame_sink_delegate.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_DISPLAY_COMPOSITOR_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
-#define COMPONENTS_DISPLAY_COMPOSITOR_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
+#ifndef COMPONENTS_VIZ_FRAME_SINKS_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
+#define COMPONENTS_VIZ_FRAME_SINKS_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
namespace cc {
class FrameSinkId;
}
-namespace display_compositor {
+namespace viz {
class GpuCompositorFrameSinkDelegate {
public:
@@ -25,6 +25,6 @@ class GpuCompositorFrameSinkDelegate {
virtual ~GpuCompositorFrameSinkDelegate() {}
};
-} // namespace display_compositor
+} // namespace viz
-#endif // COMPONENTS_DISPLAY_COMPOSITOR_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
+#endif // COMPONENTS_VIZ_FRAME_SINKS_GPU_COMPOSITOR_FRAME_SINK_DELEGATE_H_
« no previous file with comments | « components/viz/frame_sinks/gpu_compositor_frame_sink.cc ('k') | components/viz/frame_sinks/gpu_root_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698