Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index 25bbd9eb668b9439deab588341ca137fc02e6327..ca10c1ebd12e5145b8301c92457543f7e05a1898 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -200,6 +200,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
uint64_t ShareGroupTracingGUID() const override; |
void SetErrorMessageCallback( |
const base::Callback<void(const char*, int32_t)>& callback) override; |
+ void AddLatencyInfo( |
+ const std::vector<ui::LatencyInfo>& latency_info) override; |
// TODO(danakj): Move to ContextSupport once ContextProvider doesn't need to |
// intercept it. |