DescriptionResourcePtr refactoring
- ResourcePtrBase destructor is non-virtual, so make it protected.
- ResourcePtr<R> should accept ResourcePtr<U> only when U* is convertible to R*.
- Use static_cast instead of reinterpret_cast.
- Delete the unused assignment operator.
BUG=None
R=tyoshino
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185271
Patch Set 1 #
Total comments: 2
Patch Set 2 : trying to fix windows failure #Patch Set 3 : trying to fix windows failure #Patch Set 4 : #
Messages
Total messages: 18 (7 generated)
|