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

Issue 2963009: Windows: Fix opacity of drag images.... (Closed)

Created:
10 years, 5 months ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
tony, Nikita (slow), brettw
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Windows: Fix opacity of drag images. BUG=XXX TEST=Go to google.com, drag logo around. Preview image should now look nice. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52484

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : 'foo' #

Total comments: 1

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -16 lines) Patch
M gfx/skbitmap_operations.h View 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M gfx/skbitmap_operations.cc View 8 1 chunk +27 lines, -0 lines 0 comments Download
M gfx/skbitmap_operations_unittest.cc View 8 9 1 chunk +21 lines, -0 lines 0 comments Download
M views/drag_utils_win.cc View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -16 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Nico
10 years, 5 months ago (2010-07-13 22:24:44 UTC) #1
tony
I also wonder if we should put a generic unmultiply method in gfx/skbitmap_operations.*. http://codereview.chromium.org/2963009/diff/1/2 File ...
10 years, 5 months ago (2010-07-13 22:37:05 UTC) #2
Nico
> I also wonder if we should put a generic unmultiply method in gfx/skbitmap_operations.*. Seems ...
10 years, 5 months ago (2010-07-13 22:51:49 UTC) #3
tony
LGTM. You're right that we probably don't need to make a helper method for unpremultiply ...
10 years, 5 months ago (2010-07-13 23:06:36 UTC) #4
Nico
It might be required for http://crbug.com/26456 I uploaded a patch set that extracts the function, ...
10 years, 5 months ago (2010-07-13 23:12:12 UTC) #5
brettw
This previous code is kind of unnecessary and I think it would be a good ...
10 years, 5 months ago (2010-07-14 02:34:28 UTC) #6
brettw
Also, I would remove the "Subtle" namespace. I don't think this is particularly subtle or ...
10 years, 5 months ago (2010-07-14 02:35:34 UTC) #7
Nikita (slow)
I'm reverting this CL. It breaks interactive_ui_tests failed 4 DND DNDToDifferentMenu DNDBackToOriginatingMenu You could see ...
10 years, 5 months ago (2010-07-14 10:18:32 UTC) #8
Nico
Once more, with feeling. This fixes the ui_tests failure _and_ addresses brett's comments. It's like ...
10 years, 5 months ago (2010-07-14 21:48:18 UTC) #9
brettw
10 years, 5 months ago (2010-07-14 21:58:22 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698