| Index: components/html_viewer/web_layer_tree_view_impl.h
|
| diff --git a/components/html_viewer/web_layer_tree_view_impl.h b/components/html_viewer/web_layer_tree_view_impl.h
|
| index b2c352a2d0e485e8b5f4cbf2235a0ab7de07fca8..66c2ab4ca292d1dd5d01c4974c4011905052d895 100644
|
| --- a/components/html_viewer/web_layer_tree_view_impl.h
|
| +++ b/components/html_viewer/web_layer_tree_view_impl.h
|
| @@ -11,10 +11,10 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "cc/trees/layer_tree_host_client.h"
|
| +#include "components/gpu/public/interfaces/gpu.mojom.h"
|
| +#include "components/surfaces/public/interfaces/surfaces.mojom.h"
|
| #include "mojo/cc/output_surface_mojo.h"
|
| #include "third_party/WebKit/public/platform/WebLayerTreeView.h"
|
| -#include "third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom.h"
|
| -#include "third_party/mojo_services/src/surfaces/public/interfaces/surfaces.mojom.h"
|
|
|
| namespace base {
|
| class MessageLoopProxy;
|
|
|