[Webkit-unassigned] [Bug 36121] [Qt] Make WebKit scrollbars work with tiling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 16 01:39:45 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=36121
--- Comment #4 from Simon Hausmann <hausmann at webkit.org> 2010-03-16 01:39:45 PST ---
(From update of attachment 50713)
> +void QGraphicsWebViewPrivate::createOrDeleteOverlay()
> +{
> + bool useOverlay = false;
> +#if USE(ACCELERATED_COMPOSITING)
> + useOverlay = useOverlay || rootGraphicsLayer;
> +#endif
> +#if ENABLE(TILED_BACKING_STORE)
> + useOverlay = useOverlay || QWebFramePrivate::core(q->page()->mainFrame())->tiledBackingStore();
Isn't another condition that we need the overlay only if we're _not_ in
resizesToContents mode?
--
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