[Webkit-unassigned] [Bug 43449] [chromium] Generate drag images for HTML elements and selections.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 11:21:43 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43449





--- Comment #19 from Tony Chang <tony at chromium.org>  2010-08-16 11:21:43 PST ---
(From update of attachment 64379)
The changes to Frame* look right to me.  I don't know enough about the RenderObject.cpp to say whether that change is correct or not.  Can a reviewer more familiar with that code comment?

> diff --git a/WebCore/page/chromium/FrameChromium.cpp b/WebCore/page/chromium/FrameChromium.cpp
> +    // When generating the drag image for an element, ignore the document background.
> +    m_view->setBaseBackgroundColor(Color(255, 255, 255, 0));
Can you use Color::white here?  Maybe you can use colorWithOverrideAlpha?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list