Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Issue 159463004: Packing/unpacking of width and height in gfx::Size is redundant while using CreateJavaBitmap. (Closed)

Created:
6 years, 10 months ago by vivekg_samsung
Modified:
6 years, 10 months ago
Reviewers:
danakj, vivekg
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Packing/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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M ui/gfx/android/java_bitmap.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
vivekg
PTAL, thank you.
6 years, 10 months ago (2014-02-12 12:23:45 UTC) #1
danakj
Sure, LGTM if vivekg@ likes it.
6 years, 10 months ago (2014-02-12 15:25:36 UTC) #2
vivekg
The CQ bit was checked by vivekg@chromium.org
6 years, 10 months ago (2014-02-12 17:04:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/159463004/1
6 years, 10 months ago (2014-02-12 17:06:17 UTC) #4
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 03:00:25 UTC) #5
Message was sent while issue was closed.
Change committed as 250916

Powered by Google App Engine
This is Rietveld 408576698