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

Unified Diff: content/browser/gpu/gpu_process_host.h

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GYP build Created 4 years, 9 months 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/app/android/child_process_service.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index e3e6ccb58b9cd0400aaf323415ace87854bcf310..c1e3fd4aea61b46902e8f350e6f6b42bc9f0a43a 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -20,12 +20,12 @@
#include "base/time/time.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
-#include "content/common/gpu/gpu_memory_uma_stats.h"
#include "content/common/gpu_process_launch_causes.h"
#include "content/public/browser/browser_child_process_host_delegate.h"
#include "content/public/browser/gpu_data_manager.h"
#include "gpu/command_buffer/common/constants.h"
#include "gpu/config/gpu_info.h"
+#include "gpu/ipc/common/gpu_memory_uma_stats.h"
#include "gpu/ipc/common/surface_handle.h"
#include "ipc/ipc_sender.h"
#include "ipc/message_filter.h"
@@ -192,7 +192,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
gpu::error::ContextLostReason reason,
const GURL& url);
void OnDidDestroyOffscreenContext(const GURL& url);
- void OnGpuMemoryUmaStatsReceived(const GPUMemoryUmaStats& stats);
+ void OnGpuMemoryUmaStatsReceived(const gpu::GPUMemoryUmaStats& stats);
#if defined(OS_MACOSX)
void OnAcceleratedSurfaceBuffersSwapped(const IPC::Message& message);
#endif
@@ -281,7 +281,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
// Statics kept around to send to UMA histograms on GPU process lost.
bool uma_memory_stats_received_;
- GPUMemoryUmaStats uma_memory_stats_;
+ gpu::GPUMemoryUmaStats uma_memory_stats_;
typedef std::map<int32_t, scoped_refptr<ShaderDiskCache>>
ClientIdToShaderCacheMap;
« no previous file with comments | « content/app/android/child_process_service.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698