Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: ui/gl/gl_surface_egl.h

Issue 435383002: adds WARP support to Chromium, for Metro mode only, on Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed switch Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_surface_egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_egl.h
diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
index 2c0a046b2b52719d0e9484dd11c4b1c2b6212324..e682f4bff08c3f67ead9b612f7932d58e66e9a10 100644
--- a/ui/gl/gl_surface_egl.h
+++ b/ui/gl/gl_surface_egl.h
@@ -47,6 +47,10 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface {
virtual ~GLSurfaceEGL();
private:
+#if defined(OS_WIN)
+ static EGLDisplay GetPlatformDisplay(EGLNativeDisplayType native_display);
+#endif
+
DISALLOW_COPY_AND_ASSIGN(GLSurfaceEGL);
};
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_surface_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698