Index: cc/surfaces/display.h |
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h |
index a5501cbeca08c1fa852b1bf167a8b742c9fb0f77..57d6af4cd24e81994fceac8fabeb7e0d5ce31cf4 100644 |
--- a/cc/surfaces/display.h |
+++ b/cc/surfaces/display.h |
@@ -89,8 +89,6 @@ class CC_SURFACES_EXPORT Display : public OutputSurfaceClient, |
scoped_ptr<SurfaceAggregator> aggregator_; |
scoped_ptr<DirectRenderer> renderer_; |
- std::set<SurfaceId> contained_surfaces_; |
- |
DISALLOW_COPY_AND_ASSIGN(Display); |
}; |