Index: gpu/command_buffer/service/gpu_processor.h |
diff --git a/gpu/command_buffer/service/gpu_processor.h b/gpu/command_buffer/service/gpu_processor.h |
index 9d30f9809f7413bd4e3ef9fe95c8fb9bc13cc4ad..a143bad1dfb9c5587fcf69bcefeb80cad9bb6fd8 100644 |
--- a/gpu/command_buffer/service/gpu_processor.h |
+++ b/gpu/command_buffer/service/gpu_processor.h |
@@ -97,6 +97,8 @@ class GPUProcessor : public CommandBufferEngine { |
uint64 swap_buffers_count() const; |
void set_acknowledged_swap_buffers_count( |
uint64 acknowledged_swap_buffers_count); |
+ |
+ void DidDestroySurface(); |
#endif |
// Sets a callback that is called when a glResizeCHROMIUM command |