[webkit-reviews] review granted: [Bug 131102] Split tile grid out from TileController : [Attachment 228390] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 2 10:05:56 PDT 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 131102: Split tile grid out from TileController
https://bugs.webkit.org/show_bug.cgi?id=131102

Attachment 228390: patch
https://bugs.webkit.org/attachment.cgi?id=228390&action=review

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


> Source/WebCore/platform/graphics/ca/mac/TileController.h:88
> +    // Public for TileGrid
> +    bool isInWindow() const { return m_isInWindow; }

I would prefer using friend class for this.


More information about the webkit-reviews mailing list