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 08448e5672b4713f709f75a76621ffa7bccacef7..44c8b4d5af808324035f74418c018cad70e92460 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -174,6 +174,8 @@ class GpuCommandBufferStub |
void OnSignalSyncPoint(uint32 sync_point, uint32 id); |
void OnSignalSyncPointAck(uint32 id); |
+ void OnEncodeBackbuffer(); |
+ |
void OnReceivedClientManagedMemoryStats(const GpuManagedMemoryStats& stats); |
void OnSetClientHasMemoryAllocationChangedCallback(bool has_callback); |