Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index 102bd66abc10a34e5d12223262fc56e59df6b4f0..8a7ab68466d0f50bb11e6c5b86484f230f5e32d9 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -217,7 +217,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
// ContextSupport implementation. |
virtual void Swap() OVERRIDE; |
- virtual void PartialSwapBuffers(gfx::Rect sub_buffer) OVERRIDE; |
+ virtual void PartialSwapBuffers(const gfx::Rect& sub_buffer) OVERRIDE; |
virtual void SetSwapBuffersCompleteCallback( |
const base::Closure& swap_buffers_complete_callback) |
OVERRIDE; |