| Index: ui/ozone/platform/drm/gpu/gbm_surface.h
|
| diff --git a/ui/ozone/platform/drm/gpu/gbm_surface.h b/ui/ozone/platform/drm/gpu/gbm_surface.h
|
| index 372a095c4ff86524cae4e5301e8ea803fc5931a0..ba38c01ac0db47cd51470003fe808cf906d343c7 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_surface.h
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_surface.h
|
| @@ -27,7 +27,7 @@ class GbmSurface : public GbmSurfaceless {
|
| gfx::AcceleratedWidget widget);
|
|
|
| // gl::GLSurface:
|
| - unsigned int GetBackingFrameBufferObject() override;
|
| + unsigned int GetBackingFramebufferObject() override;
|
| bool OnMakeCurrent(gl::GLContext* context) override;
|
| bool Resize(const gfx::Size& size,
|
| float scale_factor,
|
|
|