[Webkit-unassigned] [Bug 56935] [Qt] Implement accelerated compositing on WK2 Qt port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 07:01:21 PDT 2011


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





--- Comment #30 from Noam Rosenthal <noam.rosenthal at nokia.com>  2011-06-14 07:01:20 PST ---
(In reply to comment #27)
> (From update of attachment 96915 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=96915&action=review
> 
> > Source/WebKit2/UIProcess/PageClient.h:104
> > +    virtual WebCore::IntRect webViewVisibleRect() const = 0;
> 
> why is this not just called visibleContentRect? we are using that nomenclature elsewhere in webcore. 
Because it's in view coordinates, not taking into account zoom/scroll.
How about visibleContentsRectInViewCoordinates?

> Or why cant the existing method from FrameView be used?
Because FrameView is in the WebProcess only. This is a UI process function that should respond to scrolling/zooming immediately.

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