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

Unified Diff: content/renderer/render_widget.h

Issue 11575049: Make RenderWidget responsible for the composited view's lifetime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make cc::LayerTreeHost getter chromium-style Created 8 years 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/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 49d448c2c3ab3945ad6319dfa184f9e641196b4b..c5397c63fb8b453ff1c9c452a6b6292804088299 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -32,6 +32,7 @@
#include "ui/gfx/rect.h"
#include "ui/gfx/vector2d.h"
#include "ui/surface/transport_dib.h"
+#include "webkit/compositor_bindings/web_layer_tree_view_impl.h"
#include "webkit/glue/webcursor.h"
struct ViewHostMsg_UpdateRect_Params;
@@ -456,7 +457,7 @@ class CONTENT_EXPORT RenderWidget
WebKit::WebWidget* webwidget_;
// This is lazily constructed and must not outlive webwidget_.
- scoped_ptr<WebKit::WebLayerTreeView> web_layer_tree_view_;
+ scoped_ptr<WebKit::WebLayerTreeViewImpl> web_layer_tree_view_;
// Set to the ID of the view that initiated creating this view, if any. When
// the view was initiated by the browser (the common case), this will be

Powered by Google App Engine
This is Rietveld 408576698