| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index 0b83262437149e22104c17ba7a47c0c2a3554d03..619393b9dba4aa6fa3bca913fbed40aef0d18629 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -241,7 +241,11 @@ class COMPOSITOR_EXPORT Compositor
|
|
|
| gfx::AcceleratedWidget widget_;
|
| scoped_ptr<WebKit::WebLayer> root_web_layer_;
|
| +#if defined(WEBLAYERTREEVIEW_IS_PURE_VIRTUAL)
|
| + scoped_ptr<WebKit::WebLayerTreeView> host_;
|
| +#else
|
| WebKit::WebLayerTreeView host_;
|
| +#endif
|
|
|
| // This is set to true when the swap buffers has been posted and we're waiting
|
| // for completion.
|
|
|