• horo's avatar
    Revert of cc/blimp: Add a LayerTreeHostRemote implementation. (patchset #16... · f3f23433
    horo authored
    Revert of cc/blimp: Add a LayerTreeHostRemote implementation. (patchset #16 id:300001 of https://codereview.chromium.org/2362073002/ )
    
    Reason for revert:
    cc_unittests on Mac-10.9 failing on chromium.mac/Mac10.9 Tests (dbg)
    BUG=652502
    
    BeginFrameArgsTest.Helpers (run #1):
    [ RUN      ] BeginFrameArgsTest.Helpers
    ../../cc/output/begin_frame_args_unittest.cc:66: Failure
    Value of: ::testing::PrintToString(args1)
      Actual: "64-byte object <B6-66 E8-02 01-00 00-00 F6-73 E8-02 01-00 00-00 16-00 00-00 A9-7F 00-00 E1-9C BD-01 01-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 FF-FF FF-FF FF-FF FF-FF 01-00 00-00 01-7F 00-00>"
    Expected: std::string("BeginFrameArgs(NORMAL, 0, 0, -1us)")
    Which is: "BeginFrameArgs(NORMAL, 0, 0, -1us)"
    ../../cc/output/begin_frame_args_unittest.cc:68: Failure
    Value of: ::testing::PrintToString(args2)
      Actual: "64-byte object <B6-66 E8-02 01-00 00-00 F6-73 E8-02 01-00 00-00 1A-00 00-00 01-00 00-00 3B-9F BD-01 01-00 00-00 01-00 00-00 00-00 00-00 02-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 01-00 00-00 01-7F 00-00>"
    Expected: std::string("BeginFrameArgs(NORMAL, 1, 2, 3us)")
    Which is: "BeginFrameArgs(NORMAL, 1, 2, 3us)"
    [  FAILED  ] BeginFrameArgsTest.Helpers (1 ms)
    
    Original issue's description:
    > cc/blimp: Add a LayerTreeHostRemote implementation.
    >
    > This sets up the framework for a LayerTreeHostRemote that implements
    > the LayerTreeHost API when the compositor is running across a network
    > boundary.
    >
    > This change only sets the framework for running/scheduling main frame
    > updates and pushing the serialized state using the
    > CompositorProtoStateSink. Subsequent patches will add state
    > serialization.
    >
    > BUG=648442
    > CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel
    >
    > Committed: https://crrev.com/8d31bac41bbabd01f14eff89f0fc37cd9016c225
    > Cr-Commit-Position: refs/heads/master@{#422555}
    
    TBR=wez@chromium.org,dtrainor@chromium.org,danakj@chromium.org,khushalsagar@chromium.org
    # Skipping CQ checks because original CL landed less than 1 days ago.
    NOPRESUBMIT=true
    NOTREECHECKS=true
    NOTRY=true
    BUG=648442
    
    Review-Url: https://codereview.chromium.org/2384333002
    Cr-Commit-Position: refs/heads/master@{#422603}
    f3f23433
BUILD.gn 37.4 KB