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

Unified Diff: WebCore/platform/DragImage.cpp

Issue 3452007: Merge 67641 - 2010-09-16 Daniel Cheng <dcheng@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WebCore/manual-tests/selection-drag-crash.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/platform/DragImage.cpp
===================================================================
--- WebCore/platform/DragImage.cpp (revision 67643)
+++ WebCore/platform/DragImage.cpp (working copy)
@@ -69,7 +69,7 @@
{
DragImageRef image = frame->dragImageForSelection();
if (image)
- dissolveDragImageToFraction(image, DragController::DragImageAlpha);
+ image = dissolveDragImageToFraction(image, DragController::DragImageAlpha);
return image;
}
« no previous file with comments | « WebCore/manual-tests/selection-drag-crash.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698