| Index: components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
|
| diff --git a/components/mus/surfaces/compositor_frame_sink_impl.h b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
|
| similarity index 91%
|
| rename from components/mus/surfaces/compositor_frame_sink_impl.h
|
| rename to components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
|
| index f1ec637a2fb01b189c4ec5a459781faa4066cc97..e72ab6fd82694cc243bd9d71d457f92967a6f289 100644
|
| --- a/components/mus/surfaces/compositor_frame_sink_impl.h
|
| +++ b/components/mus/gpu/display_compositor/compositor_frame_sink_impl.h
|
| @@ -2,8 +2,8 @@
|
| // 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_IMPL_H_
|
| -#define COMPONENTS_MUS_SURFACES_COMPOSITOR_FRAME_SINK_IMPL_H_
|
| +#ifndef COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
| +#define COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "cc/scheduler/begin_frame_source.h"
|
| @@ -71,4 +71,4 @@ class CompositorFrameSinkImpl : public cc::SurfaceFactoryClient,
|
| } // namespace gpu
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_SURFACES_COMPOSITOR_FRAME_SINK_IMPL_H_
|
| +#endif // COMPONENTS_MUS_GPU_DISPLAY_COMPOSITOR_COMPOSITOR_FRAME_SINK_IMPL_H_
|
|
|