Index: ui/gl/gl_surface_osmesa.h |
diff --git a/ui/gl/gl_surface_osmesa.h b/ui/gl/gl_surface_osmesa.h |
index 1aa90bda79229f7cc5933d136e8424f806864280..4589f1a413cd6467fb29c47d315aa1b67f74a9c7 100644 |
--- a/ui/gl/gl_surface_osmesa.h |
+++ b/ui/gl/gl_surface_osmesa.h |
@@ -23,7 +23,7 @@ class GL_EXPORT GLSurfaceOSMesa : public GLSurface { |
// Implement GLSurface. |
bool Initialize() override; |
void Destroy() override; |
- bool Resize(const gfx::Size& new_size) override; |
+ bool Resize(const gfx::Size& new_size, float scale_factor) override; |
bool IsOffscreen() override; |
gfx::SwapResult SwapBuffers() override; |
gfx::Size GetSize() override; |