commit | 21048b588faa6a1c84949603ba82d9d4ba2f0cdd | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue Jul 15 19:46:35 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 15 19:46:35 2014 -0700 |
tree | f8bcae49b43a710a5820016958c31635eea21540 | |
parent | 32a311bfc056169c9f3b1c299c57ff5139a0d8bc [diff] |
Always have GrLayer's rect be valid This CL just makes atlasing easier/clearer since there is a separate atlased query method. Not using the rect as a signal also simplifies the rendering of the layer in SkGpuDevice.cpp. This is calved off from (Add atlased layer purging - https://codereview.chromium.org/367073002/) R=bsalomon@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/384233002