commit | da5469d7bc0dc089d098f5a64a818ed079cc0930 | [log] [tgz] |
---|---|---|
author | junov <junov@chromium.org> | Mon Jun 15 09:48:15 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jun 15 09:48:15 2015 -0700 |
tree | f60f0e26ae41c98a35b83560e420db3b33692dc1 | |
parent | 27631bd5936e03fcfe854a8aa4e55c8b959a10b3 [diff] |
Invalidate GrTexture mipmap on content change notification This fix is necessary to correctly propagate invalidations that are external to skia. For example, when drawing video or WebGL into a 2D canvas in Chrome, with mipmaps enabled. BUG=crbug.com/498356 TEST=GrTextureMipMapInvalidationTest Review URL: https://codereview.chromium.org/1177843007