Index: content/common/gpu/client/command_buffer_proxy_impl.cc |
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc |
index 70e070f1a4984387ed056944586c0329006c59b1..536f85bb2281f043ac46cb15881bfca3064f4d4e 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.cc |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.cc |
@@ -362,6 +362,11 @@ void CommandBufferProxyImpl::SetToken(int32 token) { |
NOTREACHED(); |
} |
+void CommandBufferProxyImpl::SetSerial(uint32 serial) { |
+ // Not implemented in proxy. |
+ NOTREACHED(); |
+} |
+ |
void CommandBufferProxyImpl::SetParseError( |
gpu::error::Error error) { |
// Not implemented in proxy. |