diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-17 14:12:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-17 14:12:37 -0700 |
commit | 4231ee1aecba9c1f62a87389fcba851c74dfd687 (patch) | |
tree | 2ae38415f77b06bb073a2d2e04b5b14e99ad7bf2 | |
parent | 5edb805b8021b8a0cc53ab6e9f0ef92829ffcd26 (diff) |
add lineWidth to shell replay
-rw-r--r-- | tools/reproduceriter_shell.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/reproduceriter_shell.js b/tools/reproduceriter_shell.js index 4221a940..f425df82 100644 --- a/tools/reproduceriter_shell.js +++ b/tools/reproduceriter_shell.js @@ -653,6 +653,7 @@ var document = { framebufferRenderbuffer: function(){}, scissor: function(){}, colorMask: function(){}, + lineWidth: function(){}, }; } case '2d': { |