DescriptionFix WebGL getParameter bug in command buffer.
GetHelper was turning all getParameter return values into integers, even
if they should have been floats. By returning false in GetHelper, it
lets the individual DoGet(Float,Boolean,Integer)v functions skip this
behavior and return the real value directly.
BUG=51331
TEST=LayoutTests/fast/canvas/webgl/gl-get-calls.html
R=apatrick,gman
Patch by Adrienne Walker (enne@chromium.org)
Originally reviewed at http://codereview.chromium.org/3023042
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60236
Patch Set 1 #
|