| 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_
|
|
|