| 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
|
|
|