| Index: components/viz/frame_sinks/gpu_compositor_frame_sink.cc
|
| diff --git a/components/display_compositor/gpu_compositor_frame_sink.cc b/components/viz/frame_sinks/gpu_compositor_frame_sink.cc
|
| similarity index 96%
|
| rename from components/display_compositor/gpu_compositor_frame_sink.cc
|
| rename to components/viz/frame_sinks/gpu_compositor_frame_sink.cc
|
| index 95fc477ea6cdde409638041e100f4ac646f958e8..ffa80a8f45d044ce12573be5b876a183a75b882f 100644
|
| --- a/components/display_compositor/gpu_compositor_frame_sink.cc
|
| +++ b/components/viz/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/viz/frame_sinks/gpu_compositor_frame_sink.h"
|
|
|
| -namespace display_compositor {
|
| +namespace viz {
|
|
|
| GpuCompositorFrameSink::GpuCompositorFrameSink(
|
| GpuCompositorFrameSinkDelegate* delegate,
|
| @@ -102,4 +102,4 @@ void GpuCompositorFrameSink::OnPrivateConnectionLost() {
|
| client_connection_lost_);
|
| }
|
|
|
| -} // namespace display_compositor
|
| +} // namespace viz
|
|
|