DescriptionPacking/unpacking of width and height in gfx::Size is redundant while using CreateJavaBitmap.
We pack width/height in ConvertToJavaBitmap into gfx::Size to be unpacked in CreateJavaBitmap
while calling the BitmapHelper.createBitmap method from Java. This is not needed and should
be called directly using width and height as is.
R=danakj
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250916
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|