commit | 94e50100eb747b2dfd659bacc9cf4246f6f20278 | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Mon Apr 06 09:42:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Apr 06 09:42:57 2015 -0700 |
tree | ac76fef50057cacfd7c69527b7c0b74c7d625848 | |
parent | 143244e27d95255807d8fa505ce0affef96d1fc8 [diff] |
When wrapping external textures, clamp the MSAA sample count to max. This is the same clamp we do in onCreateTexture() for Skia-native textures. Without this fix, setting to a count higher than the max in Chrome results in a black screen. BUG=skia: Review URL: https://codereview.chromium.org/1056253003