| Index: ui/gl/gl_surface_glx.h
|
| diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h
|
| index 0dc235c656534eab8c1b81e90e93a4db37f716d7..908c2fb95e85fe5a94d9c7f54765646b085d7b8d 100644
|
| --- a/ui/gl/gl_surface_glx.h
|
| +++ b/ui/gl/gl_surface_glx.h
|
| @@ -28,6 +28,7 @@ class GL_EXPORT GLSurfaceGLX : public GLSurface {
|
| static bool HasGLXExtension(const char* name);
|
| static bool IsCreateContextRobustnessSupported();
|
| static bool IsTextureFromPixmapSupported();
|
| + static bool IsOMLSyncControlSupported();
|
|
|
| virtual void* GetDisplay() OVERRIDE;
|
|
|
| @@ -58,6 +59,8 @@ class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX {
|
| virtual std::string GetExtensions() OVERRIDE;
|
| virtual void* GetConfig() OVERRIDE;
|
| virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
| + virtual bool GetVSyncParameters(base::TimeTicks* timebase,
|
| + base::TimeDelta* interval) OVERRIDE;
|
|
|
| protected:
|
| NativeViewGLSurfaceGLX();
|
|
|