[webkit-reviews] review granted: [Bug 53251] CACFLayerTreeHost should use WKCACFView for rendering : [Attachment 80359] Move LegacyCACFLayerTreeHost into its own files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 13:30:57 PST 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Adam Roben (aroben)
<aroben at apple.com>'s request for review:
Bug 53251: CACFLayerTreeHost should use WKCACFView for rendering
https://bugs.webkit.org/show_bug.cgi?id=53251

Attachment 80359: Move LegacyCACFLayerTreeHost into its own files
https://bugs.webkit.org/attachment.cgi?id=80359&action=review

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

> Source/WebCore/platform/graphics/ca/win/LegacyCACFLayerTreeHost.h:70
> +    bool m_mightBeAbleToCreateDeviceLater;
> +    COMPtr<IDirect3DDevice9> m_d3dDevice;
> +    WKCACFContext* m_context;
> +    Timer<LegacyCACFLayerTreeHost> m_renderTimer;
> +    bool m_mustResetLostDeviceBeforeRendering;

Put bools next to eachother.


More information about the webkit-reviews mailing list