Chromium Code Reviews
DescriptionFix compilation with clang shipped with Xcode.
After https://codereview.chromium.org/2051343002, the version of
clang shipped with Xcode gets confused and think that gfx::RectF
is a POD type and warns about constructing a const POD value.
Workaround this by passing a temporary non-const value instead.
BUG=620673
Committed: https://crrev.com/7d77d2274c07224580b060a49399215ce0ebce1f
Cr-Commit-Position: refs/heads/master@{#400135}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|
|||||||||||||||||||