Index: gpu/command_buffer/service/gl_surface_mock.h |
diff --git a/gpu/command_buffer/service/gl_surface_mock.h b/gpu/command_buffer/service/gl_surface_mock.h |
index fad255a5bae351b286154117d1a1efb1dc6611e3..ae2e72de6206517ae1677e037cced21e2b5cdd3a 100644 |
--- a/gpu/command_buffer/service/gl_surface_mock.h |
+++ b/gpu/command_buffer/service/gl_surface_mock.h |
@@ -27,7 +27,7 @@ class GLSurfaceMock : public gl::GLSurface { |
MOCK_METHOD0(SupportsPostSubBuffer, bool()); |
MOCK_METHOD0(GetSize, gfx::Size()); |
MOCK_METHOD0(GetHandle, void*()); |
- MOCK_METHOD0(GetBackingFrameBufferObject, unsigned int()); |
+ MOCK_METHOD0(GetBackingFramebufferObject, unsigned int()); |
MOCK_METHOD1(OnMakeCurrent, bool(gl::GLContext* context)); |
MOCK_METHOD1(SetBackbufferAllocation, bool(bool allocated)); |
MOCK_METHOD1(SetFrontbufferAllocation, void(bool allocated)); |