Chromium Code Reviews
DescriptionRemove methods from WebGraphicsContext3D that wrap type casts.
There were a set of methods that just pass through to the GLES2Interface
but do some type casting along the way. Move those casts to the caller
or use GL types instead of WGC3D types directly, and call GLES2Interface
instead of WebGraphicsContext3D for the methods.
R=bajones@chromium.org, pfeldman@chromium.org, piman@chromium.org
TBR=pfeldman
BUG=584497
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/ed585b378ae0a8e410ae5b508821869fe4435d30
Cr-Commit-Position: refs/heads/master@{#382470}
Patch Set 1 #
Total comments: 4
Patch Set 2 : complex-casts: rebase #Patch Set 3 : complex-casts: rebase-review #Patch Set 4 : complex-casts: rebase #Dependent Patchsets: Messages
Total messages: 26 (13 generated)
|