Index: ppapi/shared_impl/ppb_graphics_3d_shared.h |
diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.h b/ppapi/shared_impl/ppb_graphics_3d_shared.h |
index d576d57fa279c9059d2c37da4eb63dbc16545dd1..116a8c4e1e42dcc3b4619ea2362b9ef5cbc04c60 100644 |
--- a/ppapi/shared_impl/ppb_graphics_3d_shared.h |
+++ b/ppapi/shared_impl/ppb_graphics_3d_shared.h |
@@ -51,9 +51,7 @@ class PPAPI_SHARED_EXPORT PPB_Graphics3D_Shared |
GLenum access) OVERRIDE; |
virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE; |
- gpu::gles2::GLES2Implementation* gles2_impl() { |
- return gles2_impl_.get(); |
- } |
+ gpu::gles2::GLES2Implementation* gles2_impl() { return gles2_impl_.get(); } |
// Sends swap-buffers notification to the plugin. |
void SwapBuffersACK(int32_t pp_error); |
@@ -87,4 +85,3 @@ class PPAPI_SHARED_EXPORT PPB_Graphics3D_Shared |
} // namespace ppapi |
#endif // PPAPI_SHARED_IMPL_GRAPHICS_3D_IMPL_H_ |
- |