 Chromium Code Reviews
 Chromium Code Reviews Issue 13886018:
  Add a factory and defines for native Linux surfaces.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 13886018:
  Add a factory and defines for native Linux surfaces.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ui/gl/gl_implementation.cc | 
| diff --git a/ui/gl/gl_implementation.cc b/ui/gl/gl_implementation.cc | 
| index a97a4df558a7983d46402fb822cb5faa478a7935..7fe648675d84bb2c05f952f96183ef34c52afbaf 100644 | 
| --- a/ui/gl/gl_implementation.cc | 
| +++ b/ui/gl/gl_implementation.cc | 
| @@ -76,6 +76,10 @@ WGLApi* g_current_wgl_context; | 
| EGLApi* g_current_egl_context; | 
| GLXApi* g_current_glx_context; | 
| +#elif defined(USE_OZONE) | 
| + | 
| +EGLApi* g_current_egl_context; | 
| + | 
| #elif defined(OS_ANDROID) | 
| EGLApi* g_current_egl_context; |