commit | 0cfeaf3ac1e7edcf3b618c9f33f4b4bc30321324 | [log] [tgz] |
---|---|---|
author | kkinnunen <kkinnunen@nvidia.com> | Wed Jan 07 07:33:46 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jan 07 07:33:47 2015 -0800 |
tree | 38ba7eb39dd3e6f790c2fb20d63ad5c2afb38d64 | |
parent | 1f611d6d844e799a4ec4aa77060bbb028ac525e4 [diff] |
debugger: Update inspector view data consistently while paused Make all fields of inspector view (details tab, clipstack tab, geometry view) update the correct info when user selects a draw command. Also update the info regardless if the painting is paused or not. Current clip and matrix will not update consistently even after this patch, as they depend on stateful debug canvas draw (may be fixed later). Review URL: https://codereview.chromium.org/835903002