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

Unified Diff: content/common/gpu/gpu_channel_manager_delegate.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/browser/gpu/gpu_surface_tracker.cc ('k') | content/common/gpu/gpu_channel_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel_manager_delegate.h
diff --git a/content/common/gpu/gpu_channel_manager_delegate.h b/content/common/gpu/gpu_channel_manager_delegate.h
index c89a165ff4a89f0748ee1eca148a7438fed97753..3b6254089da58210ec8511db5eeda2bdad3cc150 100644
--- a/content/common/gpu/gpu_channel_manager_delegate.h
+++ b/content/common/gpu/gpu_channel_manager_delegate.h
@@ -14,10 +14,13 @@ namespace IPC {
struct ChannelHandle;
}
+namespace gpu {
+struct GPUMemoryUmaStats;
+}
+
namespace content {
struct AcceleratedSurfaceBuffersSwappedParams;
-struct GPUMemoryUmaStats;
class GpuChannelManagerDelegate {
public:
@@ -45,7 +48,7 @@ class GpuChannelManagerDelegate {
const GURL& active_url) = 0;
// Tells the delegate about GPU memory usage statistics for UMA logging.
- virtual void GpuMemoryUmaStats(const GPUMemoryUmaStats& params) = 0;
+ virtual void GpuMemoryUmaStats(const gpu::GPUMemoryUmaStats& params) = 0;
// Tells the delegate that no contexts are subscribed to the target anymore
// so the delegate should stop sending the corresponding information.
« no previous file with comments | « content/browser/gpu/gpu_surface_tracker.cc ('k') | content/common/gpu/gpu_channel_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698