DescriptionRemoved gfx::QuadF::operator =(const gfx::QuadF&) and let the compiler generate one
This function showed up as hot in the trace and should not have been explicitly implemented as non-inline (pushing the args for the function call costs as much as the copy itself so operator = should *never* not be inlined if it's just doing a normal copy)
BUG=175855
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182148
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|