Index: content/common/gpu/client/gpu_channel_host.h |
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h |
index a161a78a8912cd2f8a4c64641cc39c08b80352b8..b5488ed97d1b710d3cb2834ceb560a4a0515bafc 100644 |
--- a/content/common/gpu/client/gpu_channel_host.h |
+++ b/content/common/gpu/client/gpu_channel_host.h |
@@ -190,7 +190,7 @@ class GpuChannelHost : public IPC::Sender, |
// If the validation fails (which can only happen upon context lost), the |
// highest validated flush id will not change. If no flush ID were ever |
// validated then it will return 0 (Note the lowest valid flush ID is 1). |
- uint32_t ValidateFlushIDReachedServer(int32 stream_id); |
+ uint32_t ValidateFlushIDReachedServer(int32 stream_id, bool force_validate); |
// Returns the highest validated flush ID for a given stream. |
uint32_t GetHighestValidatedFlushID(int32 stream_id); |