summaryrefslogtreecommitdiffstats
path: root/cc/output/compositor_frame_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/compositor_frame_metadata.h')
-rw-r--r--cc/output/compositor_frame_metadata.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
index 392c6b0..72035e3 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -9,7 +9,6 @@
#include "cc/base/cc_export.h"
#include "cc/output/viewport_selection_bound.h"
-#include "cc/surfaces/surface_id.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/events/latency_info.h"
#include "ui/gfx/geometry/size_f.h"
@@ -58,9 +57,6 @@ class CC_EXPORT CompositorFrameMetadata {
// A set of SurfaceSequences that this frame satisfies (always in the same
// namespace as the current Surface).
std::vector<uint32_t> satisfies_sequences;
-
- // This is the set of Surfaces that are referenced by this frame.
- std::vector<SurfaceId> referenced_surfaces;
};
} // namespace cc