[Webkit-unassigned] [Bug 26278] Patch that make WebCore have a RenderTheme per page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 16:13:57 PDT 2009


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


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31391|review?(aroben at apple.com)   |review+
               Flag|                            |




------- Comment #22 from aroben at apple.com  2009-06-16 16:13 PDT -------
(From update of attachment 31391)
> +++ b/WebKit/win/WebView.cpp
> @@ -1854,7 +1854,7 @@ static LRESULT CALLBACK WebViewWndProc(HWND hWnd, UINT message, WPARAM wParam, L
>          case WM_XP_THEMECHANGED:
>              if (Frame* coreFrame = core(mainFrameImpl)) {
>                  webView->deleteBackingStore();
> -                theme()->themeChanged();
> +                RenderTheme::defaultTheme()->themeChanged();

Should this use coreFrame->page()->theme() instead?

Thanks for fixing this up!

r=me


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



More information about the webkit-unassigned mailing list