From 29c64d74856fe5a9fbb1ef8597cc51d1c3e7a677 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Mon, 14 Jan 2013 21:09:04 +0000 Subject: win: eliminate dependency on ANGLE's egl::Display::getDevice. Chrome currently retreives ANGLE's Direct3D9 device and uses it to get the device capabilities, like shader model versions. ANGLE is being ported to Direct3D11 so Chrome can't do this anymore. This patch changed things so that the information Chrome needs from ANGLE is parsed out of the GL RENDERER string. Review URL: https://codereview.chromium.org/11827043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176718 0039d316-1c4b-4281-b951-d872f2087c98 --- content/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/OWNERS') diff --git a/content/OWNERS b/content/OWNERS index 0163e81..7a05d15 100644 --- a/content/OWNERS +++ b/content/OWNERS @@ -13,6 +13,10 @@ per-file content_components_navigation_interception.gypi=jknotten@chromium.org per-file content_components_navigation_interception.gypi=joth@chromium.org per-file content_components_navigation_interception.gypi=mkosiba@chromium.org per-file content_components_web_contents_delegate_android.gypi=joth@chromium.org +per-file content_gpu.gypi=apatrick@chromium.org +per-file content_gpu.gypi=kbr@chromium.org +per-file content_gpu.gypi=piman@chromium.org +per-file content_gpu.gypi=gman@chromium.org per-file content_jni.gypi=bulach@chromium.org per-file content_jni.gypi=yfriedman@chromium.org per-file content_shell.gypi=jochen@chromium.org -- cgit v1.1