Index: components/mus/gles2/command_buffer_local.h |
diff --git a/components/mus/gles2/command_buffer_local.h b/components/mus/gles2/command_buffer_local.h |
index d3f5401d52e70a5d93944e92d42b402116668b08..73e1482a73934194bad77337cc15f77ad7084718 100644 |
--- a/components/mus/gles2/command_buffer_local.h |
+++ b/components/mus/gles2/command_buffer_local.h |
@@ -88,7 +88,7 @@ class CommandBufferLocal : public gpu::CommandBuffer, |
void RetireSyncPoint(uint32_t sync_point) override; |
void SignalSyncPoint(uint32_t sync_point, |
const base::Closure& callback) override; |
- void SignalQuery(uint32_t query, const base::Closure& callback) override; |
+ void SignalQuery(uint32_t query_id, const base::Closure& callback) override; |
void SetLock(base::Lock*) override; |
bool IsGpuChannelLost() override; |
void EnsureWorkVisible() override; |
@@ -133,6 +133,7 @@ class CommandBufferLocal : public gpu::CommandBuffer, |
bool MakeProgressOnGpuThread(base::WaitableEvent* event, |
gpu::CommandBuffer::State* state); |
bool DeleteOnGpuThread(); |
+ bool SignalQueryOnGpuThread(uint32_t query_id, const base::Closure& callback); |
// Helper functions are called in the client thread. |
void DidLoseContextOnClientThread(uint32_t reason); |