Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: components/html_viewer/html_document.h

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet anther rebase (YAR!!!) Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/html_viewer/html_document.cc » ('j') | components/html_viewer/html_frame.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | components/html_viewer/html_document.cc » ('j') | components/html_viewer/html_frame.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698