Make base::RefCountedBase methods inline
commit945621b527983598e80c675da814a90075ea96cf
authormikhail.pozdnyakov@intel.com <mikhail.pozdnyakov@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Dec 2013 12:38:02 +0000 (5 12:38 +0000)
committermikhail.pozdnyakov@intel.com <mikhail.pozdnyakov@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Dec 2013 12:38:02 +0000 (5 12:38 +0000)
tree09334aef27d37d65c1aa7c1ab5e5bc3c4e7e2f07
parent6d84e0bcc7d80c5f6adab7d144227f6e1ae0e77a
Make base::RefCountedBase methods inline

Make base::RefCountedBase methods inline as it gives a performance impact (especially considering plenty of ref-counted objects and a lack of optimization for passing scoped_refptrs into functions -- there is no analogue to WTF::PassRefPtr).

Review URL: https://codereview.chromium.org/88993002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238956 0039d316-1c4b-4281-b951-d872f2087c98
base/memory/ref_counted.cc
base/memory/ref_counted.h