Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: content/common/gpu/devtools_gpu_agent.h

Issue 81433004: DevTools: Pass foreign bit to Blink instead of owner_pid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/devtools_messages.h ('k') | content/common/gpu/devtools_gpu_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/common/devtools_messages.h ('k') | content/common/gpu/devtools_gpu_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698