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 b55f5d2720855f217dea48723012c5b4cc00f274..a4e2e14e81531fcfeac8345253bebd4219e16488 100644 |
--- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc |
+++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc |
@@ -14,10 +14,10 @@ |
#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" |
#include "content/public/browser/browser_thread.h" |
#include "gpu/command_buffer/client/context_support.h" |
#include "gpu/command_buffer/client/gles2_interface.h" |
+#include "services/ui/public/cpp/gpu/context_provider_command_buffer.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "third_party/khronos/GLES2/gl2ext.h" |
@@ -29,7 +29,7 @@ static cc::ResourceFormat kFboTextureFormat = cc::RGBA_8888; |
OffscreenBrowserCompositorOutputSurface:: |
OffscreenBrowserCompositorOutputSurface( |
- scoped_refptr<ContextProviderCommandBuffer> context, |
+ scoped_refptr<ui::ContextProviderCommandBuffer> context, |
const UpdateVSyncParametersCallback& update_vsync_parameters_callback, |
std::unique_ptr<display_compositor::CompositorOverlayCandidateValidator> |
overlay_candidate_validator) |