| Index: services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| diff --git a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| similarity index 95%
|
| rename from components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| rename to services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| index 80bb15197df16cc2cd5cf7e52c73969d45e8ad6f..2c24c8b447dc83f909e2811d961cb99e9b4b146c 100644
|
| --- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| +++ b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/gpu/display_compositor/compositor_frame_sink_impl.h"
|
| +#include "services/ui/gpu/display_compositor/compositor_frame_sink_impl.h"
|
|
|
| #include "cc/ipc/compositor_frame.mojom.h"
|
| #include "cc/surfaces/surface_factory.h"
|
| -#include "components/mus/gpu/display_compositor/compositor_frame_sink_delegate.h"
|
| +#include "services/ui/gpu/display_compositor/compositor_frame_sink_delegate.h"
|
|
|
| namespace mus {
|
| namespace gpu {
|
|
|