[webkit-reviews] review denied: [Bug 134398] Flush throttling with remote layers : [Attachment 233997] non-Cocoa build fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 27 11:15:59 PDT 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has denied Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 134398: Flush throttling with remote layers
https://bugs.webkit.org/show_bug.cgi?id=134398

Attachment 233997: non-Cocoa build fix
https://bugs.webkit.org/attachment.cgi?id=233997&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=233997&action=review


> Source/WebCore/page/FrameView.cpp:2257
> +    if (frame().page()->chrome().client().usesRemoteLayerTree()) {
> +	  
frame().page()->chrome().client().disableLayerFlushThrottlingTemporarilyForInte
raction();

Icky knowledge of DrawingArea in FrameView.


More information about the webkit-reviews mailing list