| Index: content/common/gpu/devtools_gpu_agent.h
|
| diff --git a/content/common/gpu/devtools_gpu_agent.h b/content/common/gpu/devtools_gpu_agent.h
|
| index 94174bf46836d4e7c5c28792e04bd58d90b1d6f4..ef2529d98bdd8a82c809ce22086d0f2f60a25e18 100644
|
| --- a/content/common/gpu/devtools_gpu_agent.h
|
| +++ b/content/common/gpu/devtools_gpu_agent.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_COMMON_GPU_DEVTOOLS_GPU_AGENT_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/process/process.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/time/time.h"
|
| #include "content/common/gpu/devtools_gpu_instrumentation.h"
|
| @@ -28,7 +29,7 @@ class DevToolsGpuAgent : public base::NonThreadSafe {
|
|
|
| void ProcessEvent(TimeTicks timestamp,
|
| GpuEventsDispatcher::EventPhase,
|
| - int owner_pid);
|
| + base::ProcessId owner_pid);
|
|
|
| void StartEventsRecording(int32* route_id);
|
| void StopEventsRecording();
|
|
|