Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 0d8538f4889b72d4d094c5923b08417502cfcdcf..d156f05643560af4ea40519831bc4e191b80eb5c 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -145,6 +145,9 @@ class GpuChannel : public IPC::Listener, public IPC::Sender { |
bool allow_future_sync_points() const { return allow_future_sync_points_; } |
+ void HandleUpdateValueState(unsigned int target, |
+ const gpu::ValueState& state); |
+ |
private: |
friend class GpuChannelMessageFilter; |