Index: ui/gl/gl_surface.cc |
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
index 3d2bd24f3d661df702f300b9d1dcd50d2ce3bc11..c3696f7896126388ede40c3077b226345ab5c875 100644 |
--- a/ui/gl/gl_surface.cc |
+++ b/ui/gl/gl_surface.cc |
@@ -63,7 +63,7 @@ bool GLSurface::SupportsAsyncSwap() { |
return false; |
} |
-unsigned int GLSurface::GetBackingFrameBufferObject() { |
+unsigned int GLSurface::GetBackingFramebufferObject() { |
return 0; |
} |
@@ -270,8 +270,8 @@ void* GLSurfaceAdapter::GetHandle() { |
return surface_->GetHandle(); |
} |
-unsigned int GLSurfaceAdapter::GetBackingFrameBufferObject() { |
- return surface_->GetBackingFrameBufferObject(); |
+unsigned int GLSurfaceAdapter::GetBackingFramebufferObject() { |
+ return surface_->GetBackingFramebufferObject(); |
} |
bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) { |