DescriptionReplace NativeImageSkia usage with SkBitmap in ImageFrame
Make ImageFrame store an SkBitmap directly instead of indirectly via
NativeImageSkia.
The direct effect is less indirections in ImageFrame, but this allows
making NativeImageSkia more immutable-looking since the SkBitmap&
accessor and setDataComplete() method can be removed.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170553
Patch Set 1 #Patch Set 2 : Rebase. #
Messages
Total messages: 8 (0 generated)
|