[Webkit-unassigned] [Bug 105458] [chromium] Pass the PageOverlay's layer to WebLayerTreeView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 13:53:41 PST 2013


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #180263|review?                     |review-
               Flag|                            |




--- Comment #5 from James Robinson <jamesr at chromium.org>  2013-01-02 13:55:42 PST ---
(From update of attachment 180263)
View in context: https://bugs.webkit.org/attachment.cgi?id=180263&action=review

> Source/Platform/ChangeLog:9
> +        WebLayerTreeView. Thereon this layer can be identified in the layer tree.

typo "Thereon". This doesn't explain why the page overlay layer needs to be treated specially

> Source/Platform/chromium/public/WebLayerTreeView.h:196
> +    // Passes a reference of the PageOverlay's layer to exclude it from continuous painting.
> +    // That way it doesn't affect the totalPaintTime measurement.
> +    virtual void setPageOverlayLayer(const WebLayer*) { }

Is this really necessary?  For general performance measurements there won't be a page overlay layer at all, but if there is some case where the page overlay is typically visible then it's something the user sees and should be counted with all other content.

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