[Webkit-unassigned] [Bug 73128] Clean up code in WK2/ChromeClientClient related to viewport handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 25 05:47:06 PST 2011


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116603|review?                     |review+
               Flag|                            |




--- Comment #3 from Simon Hausmann <hausmann at webkit.org>  2011-11-25 05:47:06 PST ---
(From update of attachment 116603)
View in context: https://bugs.webkit.org/attachment.cgi?id=116603&action=review

r=me but I'll let you decide on cq+ based on the #ifdef comment

> Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:448
> +#if USE(TILED_BACKING_STORE)
> +    if (m_page->useFixedLayout())
> +        m_page->resizeToContentsIfNeeded();
> +#endif

For WK2 it does seem a bit strange to have USE(TILED_BACKING_STORE) for this. Do we actually need the #ifdef?

-- 
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