Removed 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 Review URL: https://chromiumcodereview.appspot.com/12250019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182148 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment