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 4e23b8f8728f7fe4f043aa35dfb78945128f55fc..708408d921109e111851899ab0ad47e7d8791b30 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -195,6 +195,9 @@ class GpuCommandBufferStub |
void OnSetSurfaceVisible(bool visible); |
+ void OnCreateBackbuffer(); |
+ void OnDestroyBackbuffer(); |
+ |
void OnReschedule(); |
void OnCommandProcessed(); |