diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-22 00:31:01 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-22 00:31:01 +0000 |
commit | b31f33c25bdca7e4a853e6bb2a4ba03b6d311dcd (patch) | |
tree | f21a9c94976e0ff0464d063d611636ab262f51fe /ui/gfx/gl | |
parent | 721f98fdb1cfd97e6a47b7c974cc62639e4fb425 (diff) | |
download | chromium_src-b31f33c25bdca7e4a853e6bb2a4ba03b6d311dcd.zip chromium_src-b31f33c25bdca7e4a853e6bb2a4ba03b6d311dcd.tar.gz chromium_src-b31f33c25bdca7e4a853e6bb2a4ba03b6d311dcd.tar.bz2 |
Use USER_LIMITED token level with SwiftShader.
Because it needs to present to an HWND, even on vista and win 7.
Review URL: http://codereview.chromium.org/8949028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/gl')
-rw-r--r-- | ui/gfx/gl/gl_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/gl/gl_switches.h b/ui/gfx/gl/gl_switches.h index 745eb65..ed6df57 100644 --- a/ui/gfx/gl/gl_switches.h +++ b/ui/gfx/gl/gl_switches.h @@ -17,6 +17,7 @@ GL_EXPORT extern const char kGLImplementationDesktopName[]; GL_EXPORT extern const char kGLImplementationOSMesaName[]; GL_EXPORT extern const char kGLImplementationAppleName[]; GL_EXPORT extern const char kGLImplementationEGLName[]; +GL_EXPORT extern const char kGLImplementationSwiftShaderName[]; extern const char kGLImplementationMockName[]; } // namespace gfx |