| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index eb20f46eeb89a291d4060df4f914a387cfec9772..62b0e33fd878e54e696688fd1905e3754c1719f7 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -176,6 +176,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_;
|
|
|