summaryrefslogtreecommitdiffstats
path: root/media/cdm
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 06:51:51 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 06:51:51 +0000
commitd3232584bba32b0d3014d5a64b11ef0e480bf8f8 (patch)
tree3c9fe98754049110fc390edcc5cae5fe9dc0ef52 /media/cdm
parent38fe74eafda35851b09f8f3ebcabc013832ce047 (diff)
downloadchromium_src-d3232584bba32b0d3014d5a64b11ef0e480bf8f8.zip
chromium_src-d3232584bba32b0d3014d5a64b11ef0e480bf8f8.tar.gz
chromium_src-d3232584bba32b0d3014d5a64b11ef0e480bf8f8.tar.bz2
Use GLES2Interface in GLRenderer
This ports GLRenderer to (almost) exclusively use GLES2Interface as the context type instead of WebGraphicsContext3D. The remaining users within gl_renderer.cc are being addressed in parallel patches. Many callers outside of gl_renderer.cc still use the WebGraphicsContext3D type, so GLRenderer still exposes a pointer of that type. They'll be migrated piece by piece. Since this patch changes the line length of many lines due to changing the context pointer type from "context_" to "gl_" and changing the length of some of the context functions, I've clang-format'd the whole file. BUG=181120 R=danakj@chromium.org Review URL: https://codereview.chromium.org/105553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/cdm')
0 files changed, 0 insertions, 0 deletions