RESOLVED FIXED Bug 124317
Expose a private flag on WKView to indicate whether it's using a remote layer tree drawing area
https://bugs.webkit.org/show_bug.cgi?id=124317
Summary Expose a private flag on WKView to indicate whether it's using a remote layer...
Simon Fraser (smfr)
Reported 2013-11-13 15:39:02 PST
Expose a private flag on WKView to indicate whether it's using a remote layer tree drawing area
Attachments
Patch (2.12 KB, patch)
2013-11-13 15:39 PST, Simon Fraser (smfr)
andersca: review+
Simon Fraser (smfr)
Comment 1 2013-11-13 15:39:57 PST
Anders Carlsson
Comment 2 2013-11-13 15:44:22 PST
Comment on attachment 216875 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216875&action=review > Source/WebKit2/ChangeLog:9 > + Expose isUsingUISideCompositing on WKView in the private header, > + which returns YES if the view is using a DrawingAreaTypeRemoteLayerTree. Why?
Simon Fraser (smfr)
Comment 3 2013-11-13 15:52:05 PST
mitz
Comment 4 2013-11-13 16:24:38 PST
Comment on attachment 216875 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216875&action=review > Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h:67 > +@property (readonly) BOOL isUsingUISideCompositing; Normally the property name omits the “is”: @property (readonly, getter=isUsingUISideCompositing) BOOL usingUISideCompositing;
Simon Fraser (smfr)
Comment 5 2013-11-13 16:46:32 PST
Note You need to log in before you can comment on or make changes to this bug.