Chromium Code Reviews| Index: content/browser/renderer_host/offscreen_canvas_surface_impl.h |
| diff --git a/content/browser/renderer_host/offscreen_canvas_surface_impl.h b/content/browser/renderer_host/offscreen_canvas_surface_impl.h |
| index 0004126c6da03bdc94f26ad00b8eff664c8f18de..e8cee0a6b4728b2918c1677b636708ef3dcaecb8 100644 |
| --- a/content/browser/renderer_host/offscreen_canvas_surface_impl.h |
| +++ b/content/browser/renderer_host/offscreen_canvas_surface_impl.h |
| @@ -6,8 +6,8 @@ |
| #define CONTENT_BROWSER_RENDERER_HOST_OFFSCREEN_CANVAS_SURFACE_IMPL_H_ |
| #include "cc/ipc/display_compositor.mojom.h" |
| +#include "cc/surfaces/local_surface_id_allocator.h" |
|
boliu
2017/02/22 17:09:15
remove instead
|
| #include "cc/surfaces/surface_id.h" |
| -#include "cc/surfaces/surface_id_allocator.h" |
| #include "mojo/public/cpp/bindings/interface_request.h" |
| #include "mojo/public/cpp/bindings/strong_binding.h" |
| #include "third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom.h" |