gfx::Range::ToString() works incorrectly. |
|
Issue description
Version: 50.0.2661.94
OS: All
gfx::Range::InvalidRange().ToString() prints {-1,-1} when it should print {4294967295,4294967295}.
,
May 6 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/212a05f54124d15d7678afee40f91219fc90717f commit 212a05f54124d15d7678afee40f91219fc90717f Author: karandeepb <karandeepb@chromium.org> Date: Fri May 06 01:56:47 2016 Fix gfx::Range::ToString() to use the correct format specifier. This bug seems to have been introduced in crrev.com/1671403002. Also added a test which fails on the current master. BUG= 609359 Review-Url: https://codereview.chromium.org/1948283002 Cr-Commit-Position: refs/heads/master@{#391986} [modify] https://crrev.com/212a05f54124d15d7678afee40f91219fc90717f/ui/gfx/range/range.cc [modify] https://crrev.com/212a05f54124d15d7678afee40f91219fc90717f/ui/gfx/range/range_unittest.cc |
|
►
Sign in to add a comment |
|
Comment 1 by karandeepb@chromium.org
, May 6 2016