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

Issue 2585543003: Revert 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

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}

Patch Set 1 #

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

Messages

Total messages: 9 (4 generated)
Kunihiko Sakamoto
Created Revert of Getting rid of CompositorFrameMetadata::satisfies_sequences
4 years ago (2016-12-16 06:54:10 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/2585543003/1
4 years ago (2016-12-16 06:54:28 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-16 06:55:43 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/f0983129357f6a46b29756ed183115b8dc8e371e Cr-Commit-Position: refs/heads/master@{#439051}
4 years ago (2016-12-16 06:57:44 UTC) #8
Kunihiko Sakamoto
4 years ago (2016-12-16 08:02:07 UTC) #9
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2583803002/ by ksakamoto@chromium.org.

The reason for reverting is: Relanding this. The real culprit was
https://codereview.chromium.org/2578893003/..

Powered by Google App Engine
This is Rietveld 408576698