Index: ui/compositor/compositor.h |
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h |
index 29aca267b0bb890e7c8f93be20be2d5b1860da3c..ab448a704c7b7103b8b8cf6ea0cadd8420cb23e2 100644 |
--- a/ui/compositor/compositor.h |
+++ b/ui/compositor/compositor.h |
@@ -242,11 +242,7 @@ 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. |