diff options
author | whunt@chromium.org <whunt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 06:40:36 +0000 |
---|---|---|
committer | whunt@chromium.org <whunt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 06:40:36 +0000 |
commit | a689854e1e36944e38857a07db3164fef5b4d978 (patch) | |
tree | 165a17b6e908201b44dfcb77b56fef5c313dd8d0 /content | |
parent | c9bc287c1f517b95acbc8978e17e39089b0a09e6 (diff) | |
download | chromium_src-a689854e1e36944e38857a07db3164fef5b4d978.zip chromium_src-a689854e1e36944e38857a07db3164fef5b4d978.tar.gz chromium_src-a689854e1e36944e38857a07db3164fef5b4d978.tar.bz2 |
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
Diffstat (limited to 'content')
0 files changed, 0 insertions, 0 deletions