| Index: ui/gl/gl_context.h
|
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h
|
| index 542940c7683894bb857e311f97bbb53cf0102583..59f1ddf6b7fb9e9b1bbbea884a7eb3b0cb9dadd9 100644
|
| --- a/ui/gl/gl_context.h
|
| +++ b/ui/gl/gl_context.h
|
| @@ -137,6 +137,8 @@ class GL_EXPORT GLContext : public base::RefCounted<GLContext> {
|
| // Returns a helper structure to convert YUV textures to RGB textures.
|
| virtual YUVToRGBConverter* GetYUVToRGBConverter();
|
|
|
| + virtual void SetPerformancePreference(GpuPerformancePreference pref);
|
| +
|
| protected:
|
| virtual ~GLContext();
|
|
|
|
|