Summary: | Add private API to disable WKView window occlusion detection | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kiran Muppala <cmuppala> | ||||||
Component: | WebKit2 | Assignee: | Kiran Muppala <cmuppala> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | simon.fraser, webkit.review.bot | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 111116 | ||||||||
Attachments: |
|
Description
Kiran Muppala
2013-02-28 13:31:06 PST
Created attachment 190803 [details]
Patch
Comment on attachment 190803 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=190803&action=review > Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h:63 > +- (void)disableWindowOcclusionDetection; > +- (void)enableWindowOcclusionDetection; Normally we'd do this like setWindowOcclustionDetectionEnabled:(BOOL) Created attachment 190808 [details]
Patch
(In reply to comment #3) > (From update of attachment 190803 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=190803&action=review > > > Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h:63 > > +- (void)disableWindowOcclusionDetection; > > +- (void)enableWindowOcclusionDetection; > > Normally we'd do this like setWindowOcclustionDetectionEnabled:(BOOL) Got it. I replaced the two methods with a single setter. Comment on attachment 190808 [details] Patch Clearing flags on attachment: 190808 Committed r144389: <http://trac.webkit.org/changeset/144389> All reviewed patches have been landed. Closing bug. |