| Index: cc/test/test_context_support.h
|
| diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h
|
| index c12776c2917136d02894b9fd0a5c4c03b3d327cc..cd09ce5984115060e2e4fa19bdfad03787f26e7a 100644
|
| --- a/cc/test/test_context_support.h
|
| +++ b/cc/test/test_context_support.h
|
| @@ -44,6 +44,8 @@ class TestContextSupport : public gpu::ContextSupport {
|
| 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;
|
|
|
| void CallAllSyncPointCallbacks();
|
|
|
|
|