| Summary: | [CoordinatedGraphics] Suspend or resume when visibility is changed | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Ryuan Choi <ryuan.choi> | ||||||
| Component: | WebKit EFL | Assignee: | Ryuan Choi <ryuan.choi> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue, lucas.de.marchi | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Ryuan Choi
2015-01-08 21:14:21 PST
Created attachment 244326 [details]
Patch
Comment on attachment 244326 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244326&action=review > Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp:613 > + if (changed && ViewState::IsVisible) { Is changed flag ? So don't we use below condition ? if (changed & ViewState::IsVisible) { } Created attachment 244330 [details]
Patch
(In reply to comment #2) > Comment on attachment 244326 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=244326&action=review > > > Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp:613 > > + if (changed && ViewState::IsVisible) { > > Is changed flag ? So don't we use below condition ? > > if (changed & ViewState::IsVisible) { > > } Oops, mistake. Thanks for the review, I fixed. Comment on attachment 244330 [details] Patch Clearing flags on attachment: 244330 Committed r178252: <http://trac.webkit.org/changeset/178252> All reviewed patches have been landed. Closing bug. |