summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_surface_osmesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gl/gl_surface_osmesa.h')
-rw-r--r--ui/gl/gl_surface_osmesa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gl/gl_surface_osmesa.h b/ui/gl/gl_surface_osmesa.h
index 1aa90bd..4589f1a 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;