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

Unified Diff: components/html_viewer/web_layer_tree_view_impl.h

Issue 1181013010: Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit warning Created 5 years, 6 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
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 d9cef8cf1e0e806aa7712ec05a05bff2816e9761..d52252746bdc6f65620d22cb448b33bb9329b39b 100644
--- a/components/html_viewer/web_layer_tree_view_impl.h
+++ b/components/html_viewer/web_layer_tree_view_impl.h
@@ -26,6 +26,11 @@ class WebWidget;
namespace cc {
class LayerTreeHost;
+class TaskGraphRunner;
+}
+
+namespace gpu {
+class GpuMemoryBufferManager;
}
namespace mojo {
@@ -40,6 +45,8 @@ class WebLayerTreeViewImpl : public blink::WebLayerTreeView,
public:
WebLayerTreeViewImpl(
scoped_refptr<base::SingleThreadTaskRunner> compositor_task_runner,
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
+ cc::TaskGraphRunner* task_graph_runner,
mojo::SurfacePtr surface,
mojo::GpuPtr gpu_service);
~WebLayerTreeViewImpl() override;

Powered by Google App Engine
This is Rietveld 408576698