| Index: gpu/command_buffer/service/gpu_tracer_unittest.cc
|
| diff --git a/gpu/command_buffer/service/gpu_tracer_unittest.cc b/gpu/command_buffer/service/gpu_tracer_unittest.cc
|
| index 37bdb8ee8f76e4f96a25d1f2320a9af55197948d..900542193cc3e999b9535cbe9ccccfebe8e83962 100644
|
| --- a/gpu/command_buffer/service/gpu_tracer_unittest.cc
|
| +++ b/gpu/command_buffer/service/gpu_tracer_unittest.cc
|
| @@ -141,9 +141,9 @@ class GlFakeQueries {
|
| }
|
|
|
| protected:
|
| - bool disjointed_;
|
| - GLint64 current_time_;
|
| - GLuint next_query_id_;
|
| + bool disjointed_ = false;
|
| + GLint64 current_time_ = 0;
|
| + GLuint next_query_id_ = 0;
|
| std::set<GLuint> alloced_queries_;
|
| std::map<GLuint, GLint64> query_timestamp_;
|
| };
|
|
|