| Index: components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| diff --git a/components/mus/surfaces/compositor_frame_sink_factory_impl.h b/components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| similarity index 83%
|
| rename from components/mus/surfaces/compositor_frame_sink_factory_impl.h
|
| rename to components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| index b5255edd0bbbaaf2d6b1785a868518281d9de1a8..50aa0a5a0d363fb046a7b1e7e198cf12581c840d 100644
|
| --- a/components/mus/surfaces/compositor_frame_sink_factory_impl.h
|
| +++ b/components/mus/gpu/display_compositor/compositor_frame_sink_factory_impl.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_SURFACES_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
| -#define COMPONENTS_MUS_SURFACES_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
| +#ifndef COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
| +#define COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
|
|
| #include "cc/surfaces/surface_id_allocator.h"
|
| +#include "components/mus/gpu/display_compositor/compositor_frame_sink_delegate.h"
|
| #include "components/mus/public/interfaces/gpu/display_compositor.mojom.h"
|
| -#include "components/mus/surfaces/compositor_frame_sink_delegate.h"
|
| #include "components/mus/surfaces/surfaces_state.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
|
|
| @@ -52,4 +52,4 @@ class CompositorFrameSinkFactoryImpl : public mojom::CompositorFrameSinkFactory,
|
| } // namespace gpu
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_SURFACES_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
| +#endif // COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_FACTORY_IMPL_H_
|
|
|