Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index 8fbfb79779f561df8e0177c4e8b9b9662481568e..b8cdc4e3de910e7623cecc6a858bf7b91a8d13f4 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -86,6 +86,9 @@ class GpuCommandBufferStub |
gfx::GpuPreference gpu_preference() { return gpu_preference_; } |
+ // Sends a message to the console. |
+ void SendConsoleMessage(int32 id, const std::string& message); |
+ |
private: |
void Destroy(); |