Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Issue 2583803002: Reland of Getting rid of CompositorFrameMetadata::satisfies_sequences (Closed)

Created:
4 years ago by Kunihiko Sakamoto
Modified:
4 years ago
CC:
chromium-reviews, cc-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of Getting rid of CompositorFrameMetadata::satisfies_sequences (patchset #1 id:1 of https://codereview.chromium.org/2585543003/ ) Reason for revert: Relanding this. The real culprit was https://codereview.chromium.org/2578893003/. Original issue's description: > Revert of Getting rid of CompositorFrameMetadata::satisfies_sequences (patchset #17 id:380001 of https://codereview.chromium.org/2537943002/ ) > > Reason for revert: > Suspected cause of ChromiumOS compile failure. > https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Builder%20%28dbg%29/builds/81640 > > Original issue's description: > > Getting rid of CompositorFrameMetadata::satisfies_sequences > > > > This CL helps unify the way we destroy references to surfaces. > > We currently have two code paths for satisfying a surface sequence. > > One is through calling the satisfy callback which is given to the > > reference holder, and the other one is through populating > > satisfies_sequences in CompositorFrameMetadata and letting > > Surface::QueueFrame do the rest of the work. Eventually they both do > > the same thing: they call SurfaceManager::DidSatisfySequences. This CL > > gets rid of satisfies_sequences in CompositorFrameMetadata and from now > > on the only way for satisfying a sequence is through the callback. This > > is a necessary change because we are phasing out SurfaceSequence and > > exposing it in CompositorFrameMetadata is not a good idea. > > > > BUG=659598 > > CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel > > > > Committed: https://crrev.com/d0de6cf72a25d789a507d6eb904a8f1ae314d00b > > Cr-Commit-Position: refs/heads/master@{#439043} > > TBR=fsamuel@chromium.org,danakj@chromium.org,dcheng@chromium.org,jbauman@chromium.org,dtrainor@chromium.org,jam@chromium.org,samans@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=659598 > > Committed: https://crrev.com/f0983129357f6a46b29756ed183115b8dc8e371e > Cr-Commit-Position: refs/heads/master@{#439051} TBR=fsamuel@chromium.org,danakj@chromium.org,dcheng@chromium.org,jbauman@chromium.org,dtrainor@chromium.org,jam@chromium.org,samans@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=659598 Committed: https://crrev.com/73809d9eebbab0d932cb78ff3618b55a5570cfaf Cr-Commit-Position: refs/heads/master@{#439064}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -78 lines) Patch
M blimp/client/core/compositor/blimp_compositor.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/ipc/cc_param_traits_macros.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/ipc/compositor_frame_metadata.mojom View 1 chunk +0 lines, -1 line 0 comments Download
M cc/ipc/compositor_frame_metadata_struct_traits.h View 1 chunk +0 lines, -5 lines 0 comments Download
M cc/ipc/compositor_frame_metadata_struct_traits.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/ipc/struct_traits_unittest.cc View 3 chunks +0 lines, -5 lines 0 comments Download
M cc/layers/surface_layer.cc View 3 chunks +20 lines, -9 lines 0 comments Download
M cc/layers/surface_layer_unittest.cc View 6 chunks +6 lines, -19 lines 0 comments Download
M cc/output/compositor_frame_metadata.h View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/surfaces/surface.cc View 2 chunks +1 line, -16 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M cc/surfaces/surface_manager.h View 3 chunks +5 lines, -0 lines 0 comments Download
M cc/surfaces/surface_manager.cc View 2 chunks +6 lines, -1 line 0 comments Download
M content/browser/renderer_host/delegated_frame_host.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M ui/android/delegated_frame_host_android.cc View 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Kunihiko Sakamoto
Created Reland of Getting rid of CompositorFrameMetadata::satisfies_sequences
4 years ago (2016-12-16 08:02:08 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2583803002/1
4 years ago (2016-12-16 08:02:21 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-16 08:03:43 UTC) #6
commit-bot: I haz the power
4 years ago (2016-12-16 08:09:11 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/73809d9eebbab0d932cb78ff3618b55a5570cfaf
Cr-Commit-Position: refs/heads/master@{#439064}

Powered by Google App Engine
This is Rietveld 408576698