Chromium Code Reviews| Index: ui/gl/gl_gl_api_implementation.h |
| diff --git a/ui/gl/gl_gl_api_implementation.h b/ui/gl/gl_gl_api_implementation.h |
| index 1b23097cbfa56e00d834f75b518025614285c0e5..d4086006b6b51babf299646b6c7594d2fb06ccef 100644 |
| --- a/ui/gl/gl_gl_api_implementation.h |
| +++ b/ui/gl/gl_gl_api_implementation.h |
| @@ -44,7 +44,6 @@ class GLApiBase : public GLApi { |
| GLApiBase(); |
| ~GLApiBase() override; |
| void InitializeBase(DriverGL* driver); |
| - void SignalFlush(); |
| DriverGL* driver_; |
| }; |