[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:10:56 PDT 2011


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





--- Comment #32 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-06-14 07:10:56 PST ---
(From update of attachment 96915)
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. Or why cant the existing method from FrameView be used?
> 
> Because it's in view coordinates, not taking into account zoom/scroll.
> How about visibleContentsRectInViewCoordinates?

Actually it is the UI updating the actualVisibleContentRect, so you should have access to that from the UI side.

Maybe this is more like the viewportContentsWindow ?

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