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

Unified Diff: content/browser/renderer_host/compositor_impl_android.h

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: updateViewRoot, ... Created 3 years, 11 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: content/browser/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index 506f5ccae02f84f82eb5e7e8cf32336f806c0a99..c5d376a91c7d7bbc8f015b21d5a3f54134c693c5 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -128,6 +128,7 @@ class CONTENT_EXPORT CompositorImpl
// root_layer_ is the persistent internal root layer, while subroot_layer_
// is the one attached by the compositor client.
+ scoped_refptr<cc::Layer> root_layer_;
scoped_refptr<cc::Layer> subroot_layer_;
// Subtree for hidden layers with CopyOutputRequests on them.

Powered by Google App Engine
This is Rietveld 408576698