• Adam Rice's avatar
    Revert "Allow FROM_HERE to be backed by base::Location::Current()." · c79ae4c2
    Adam Rice authored
    This reverts commit 6c9388f9.
    
    Reason for revert: Broke compile on ios-device-xcode-clang bot: https://ci.chromium.org/p/chromium/builders/ci/ios-device-xcode-clang/120239
    
    Original change's description:
    > Allow FROM_HERE to be backed by base::Location::Current().
    > 
    > This allows the functionality of base::Location::Current() to be
    > verified in releases while still allowing a simple revert.
    > 
    > One minor difference from before is that the helper macro
    > FROM_HERE_WITH_EXPLICIT_FUNCTION is no longer supported. Since
    > cc::BeginFrameTracker is the only user of this macro and doesn't
    > appear to need it, just revert it to use FROM_HERE directly.
    > 
    > Bug: 974061
    > Change-Id: Iae09bc02caf9f095a3ace9ea3ac70ded3dd493e4
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990262
    > Commit-Queue: Daniel Cheng <dcheng@chromium.org>
    > Reviewed-by: danakj <danakj@chromium.org>
    > Reviewed-by: Alexander Timin <altimin@chromium.org>
    > Reviewed-by: Jeremy Roman <jbroman@chromium.org>
    > Auto-Submit: Daniel Cheng <dcheng@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#731804}
    
    TBR=danakj@chromium.org,dcheng@chromium.org,jbroman@chromium.org,altimin@chromium.org
    
    Change-Id: I4d545b08f3e784cb9302ad1fb1541741296af726
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: 974061
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000439Reviewed-by: default avatarAdam Rice <ricea@chromium.org>
    Commit-Queue: Adam Rice <ricea@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#731812}
    c79ae4c2
begin_frame_tracker.h 3.81 KB