| Index: content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| index acff9166996e1667e1ef5006a6e54823cc28e075..b6bce7144040392b50ae3ee86436f2492231c871 100644
|
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| @@ -13,7 +13,7 @@
|
| #include "cc/output/gl_frame_data.h"
|
| #include "cc/output/output_surface_client.h"
|
| #include "cc/resources/resource_provider.h"
|
| -#include "content/browser/compositor/browser_compositor_overlay_candidate_validator.h"
|
| +#include "components/display_compositor/compositor_overlay_candidate_validator.h"
|
| #include "content/browser/compositor/reflector_impl.h"
|
| #include "content/browser/compositor/reflector_texture.h"
|
| #include "content/common/gpu/client/context_provider_command_buffer.h"
|
| @@ -36,7 +36,7 @@ OffscreenBrowserCompositorOutputSurface::
|
| const scoped_refptr<ContextProviderCommandBuffer>& worker_context,
|
| const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager,
|
| base::SingleThreadTaskRunner* task_runner,
|
| - std::unique_ptr<BrowserCompositorOverlayCandidateValidator>
|
| + std::unique_ptr<display_compositor::CompositorOverlayCandidateValidator>
|
| overlay_candidate_validator)
|
| : BrowserCompositorOutputSurface(context,
|
| worker_context,
|
|
|