WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2013-11-13 15:39:57 PST
Created
attachment 216875
[details]
Patch
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
https://trac.webkit.org/r159254
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
Tweaked in
https://trac.webkit.org/changeset/159262
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug