| Index: services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
|
| diff --git a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
|
| similarity index 87%
|
| rename from components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
|
| rename to services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
|
| index e402a7ce2cef7d188b12193717b7510f277af2ec..8aa47d1f36673f2f50d7e6bf72de76866499b577 100644
|
| --- a/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
|
| +++ b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
| -#define COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
| +#ifndef SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
| +#define SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "cc/scheduler/begin_frame_source.h"
|
| #include "cc/surfaces/surface_factory.h"
|
| #include "cc/surfaces/surface_factory_client.h"
|
| #include "cc/surfaces/surface_id.h"
|
| -#include "components/mus/public/interfaces/gpu/display_compositor.mojom.h"
|
| -#include "components/mus/surfaces/surfaces_state.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| +#include "services/ui/public/interfaces/gpu/display_compositor.mojom.h"
|
| +#include "services/ui/surfaces/surfaces_state.h"
|
|
|
| namespace mus {
|
| namespace gpu {
|
| @@ -71,4 +71,4 @@ class CompositorFrameSinkImpl : public cc::SurfaceFactoryClient,
|
| } // namespace gpu
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
| +#endif // SERVICES_UI_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
|
|