Remove ambiguous operator= on AutoCFRelease.
authorbungeman <bungeman@google.com>
Wed, 16 Jul 2014 20:46:06 +0000 (13:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 16 Jul 2014 20:46:06 +0000 (13:46 -0700)
commite194c495e95cbe92dfb9ed04515904a417fe7e9b
treee07d866e3a7669ae9ef14bf37217390b99996a42
parentee5da55477d1679eaf50b56b6017cbfc07af02a7
Remove ambiguous operator= on AutoCFRelease.

The operator= is ambiguous as to the state of the reference count.
Until we have rvalue assignment operators, just use 'reset' as the name
of the reference stealing assignment to AutoCFRelease.

R=reed@google.com, mtklein@google.com

Author: bungeman@google.com

Review URL: https://codereview.chromium.org/400453002
src/ports/SkFontHost_mac.cpp