[Webkit-unassigned] [Bug 60210] REGRESSION (WebKit2): Windowed plugins don't scroll at the same speed as the rest of the page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 4 15:19:07 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60210
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #92322|review? |review+
Flag| |
--- Comment #3 from Darin Adler <darin at apple.com> 2011-05-04 15:19:07 PST ---
(From update of attachment 92322)
View in context: https://bugs.webkit.org/attachment.cgi?id=92322&action=review
> Source/WebKit2/UIProcess/win/WebView.cpp:1542
> +enum RedrawOrNot { DoNotRedraw, Redraw };
> +static void setWindowRegion(HWND window, PassOwnPtr<HRGN> popRegion, RedrawOrNot redrawOrNot)
> +{
Given this is only called in one place, why not always redraw? Do you have plans to use this elsewhere?
--
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