summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_context_egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_context_egl.h')
-rw-r--r--ui/gfx/gl/gl_context_egl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_context_egl.h b/ui/gfx/gl/gl_context_egl.h
index 5a86f28..c429d5e7 100644
--- a/ui/gfx/gl/gl_context_egl.h
+++ b/ui/gfx/gl/gl_context_egl.h
@@ -25,7 +25,8 @@ class GLContextEGL : public GLContext {
virtual ~GLContextEGL();
// Implement GLContext.
- virtual bool Initialize(GLSurface* compatible_surface);
+ virtual bool Initialize(
+ GLSurface* compatible_surface, GpuPreference gpu_preference);
virtual void Destroy();
virtual bool MakeCurrent(GLSurface* surface);
virtual void ReleaseCurrent(GLSurface* surface);