| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index 926e503cfcbdad67da868f85cb1c7d4ff084e2a3..337f4e05a838470eb70633dc66eeee898646fee5 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -173,6 +173,8 @@ class HTMLDocument : public blink::WebViewClient,
|
| scoped_ptr<WebLayerTreeViewImpl> web_layer_tree_view_impl_;
|
| scoped_refptr<base::SingleThreadTaskRunner> compositor_thread_;
|
| scoped_ptr<GeolocationClientImpl> geolocation_client_impl_;
|
| + mojo::InterfaceRequest<mojo::CompositorFrameReceiver>
|
| + compositor_frame_receiver_request_;
|
|
|
| // HTMLDocument owns these pointers; binding requests after document load.
|
| std::set<mojo::InterfaceRequest<mojo::AxProvider>*> ax_provider_requests_;
|
|
|