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..4c646d8dedf8a667792cda4ff65fa357638a6cd0 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::SetAsyncToken(uint32 async_token) { |
+ // Not implemented in proxy. |
+ NOTREACHED(); |
+} |
+ |
void CommandBufferProxyImpl::SetParseError( |
gpu::error::Error error) { |
// Not implemented in proxy. |