Index: gpu/command_buffer/service/gles2_cmd_decoder.h |
=================================================================== |
--- gpu/command_buffer/service/gles2_cmd_decoder.h (revision 98655) |
+++ gpu/command_buffer/service/gles2_cmd_decoder.h (working copy) |
@@ -103,8 +103,10 @@ |
virtual void SetResizeCallback( |
Callback1<gfx::Size>::Type* callback) = 0; |
+#if defined(OS_MACOSX) |
// Sets a callback which is called when a SwapBuffers command is processed. |
virtual void SetSwapBuffersCallback(Callback0::Type* callback) = 0; |
+#endif |
// Get the service texture ID corresponding to a client texture ID. |
// If no such record is found then return false. |