| Index: components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc
|
| diff --git a/components/display_compositor/gpu_root_compositor_frame_sink.cc b/components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc
|
| similarity index 97%
|
| rename from components/display_compositor/gpu_root_compositor_frame_sink.cc
|
| rename to components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc
|
| index 932096d4ee1dc622e7541adc7cdb15156da8a14f..ec22fa2a26b7d21afe38c0e5aca22e3d8ab82aa9 100644
|
| --- a/components/display_compositor/gpu_root_compositor_frame_sink.cc
|
| +++ b/components/viz/frame_sinks/gpu_root_compositor_frame_sink.cc
|
| @@ -2,12 +2,12 @@
|
| // 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_root_compositor_frame_sink.h"
|
| +#include "components/viz/frame_sinks/gpu_root_compositor_frame_sink.h"
|
|
|
| #include "cc/surfaces/compositor_frame_sink_support.h"
|
| #include "cc/surfaces/display.h"
|
|
|
| -namespace display_compositor {
|
| +namespace viz {
|
|
|
| GpuRootCompositorFrameSink::GpuRootCompositorFrameSink(
|
| GpuCompositorFrameSinkDelegate* delegate,
|
| @@ -152,4 +152,4 @@ void GpuRootCompositorFrameSink::OnPrivateConnectionLost() {
|
| client_connection_lost_);
|
| }
|
|
|
| -} // namespace display_compositor
|
| +} // namespace viz
|
|
|