DescriptionChanged StyleImage::create() methods to take PassRefPtrWillBeRawPtrs
Changed the create() methods in StylePendingImage and
StyleGeneratedImage to take PassRefPtrWillBeRawPtrs instead of pointers.
This requires some temporary const_cast<>s at callsites. Also added
TODOs to these methods to take const template arguments and remove the
const_casts once these are supported by RefPtrs.
BUG=526586
Patch Set 1 #
Total comments: 1
Patch Set 2 : Changed create methods to take refptrs #Patch Set 3 : Added comments to const_cast calls #
Messages
Total messages: 10 (2 generated)
|