summaryrefslogtreecommitdiffstats
path: root/cc/output/compositor_frame_metadata.h
diff options
context:
space:
mode:
authorjbauman <jbauman@chromium.org>2015-11-24 23:54:24 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-25 07:55:10 +0000
commitecf13e70d29a1c640985345e933c81ba403884ec (patch)
treee419c5638f82dee6a6ab0cdaaa91c7d7dfb1c4cc /cc/output/compositor_frame_metadata.h
parent6e09539f06a73b0016f729a994bffa5b461df651 (diff)
downloadchromium_src-ecf13e70d29a1c640985345e933c81ba403884ec.zip
chromium_src-ecf13e70d29a1c640985345e933c81ba403884ec.tar.gz
chromium_src-ecf13e70d29a1c640985345e933c81ba403884ec.tar.bz2
Revert of List all child surfaces (including occluded) in CompositorFrame (patchset #7 id:120001 of https://codereview.chromium.org/1430363002/ )
Reason for revert: Seems to have broken resize of some OOPIF. BUG=560237 Original issue's description: > List all child surfaces (including occluded) in CompositorFrame > > Then any occluded child surface with a copy request can be aggregated > (and have its copy done) whenever its parent draws. > > BUG=529378 > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/915e16b393182f9ccc0ddc4caadd5f7744b25fd4 > Cr-Commit-Position: refs/heads/master@{#360896} TBR=danakj@chromium.org,kenrb@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=529378 Review URL: https://codereview.chromium.org/1475643006 Cr-Commit-Position: refs/heads/master@{#361604}
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