DescriptionFix Clang errors in the Windows screen capture code
"and" and "xor" are alternate spellings of the "&&" and "^" operators,
and clang doesn't like it if you use them as identifiers.
Clang also doesn't like static_cast<> from void * to a function pointer,
but reinterpret_cast<> works.
R=alexeypa@chromium.org
BUG=82385
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195057
Patch Set 1 #
Total comments: 5
Patch Set 2 : #Patch Set 3 : x #Messages
Total messages: 10 (0 generated)
|