diff options
-rw-r--r-- | tools/reproduceriter_shell.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/reproduceriter_shell.js b/tools/reproduceriter_shell.js index 05138797..33bdf690 100644 --- a/tools/reproduceriter_shell.js +++ b/tools/reproduceriter_shell.js @@ -650,6 +650,8 @@ var document = { bindRenderbuffer: function(){}, renderbufferStorage: function(){}, framebufferRenderbuffer: function(){}, + scissor: function(){}, + colorMask: function(){}, }; } case '2d': { |