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

Unified Diff: content/gpu/gpu_child_thread.cc

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/gpu/gpu_child_thread.h ('k') | gpu/gpu_ipc_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.cc
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
index b4ec902b284b1578d40bf4c08d70ba9e45c27c1b..c8449d087a65e1de31f9c7bcb30e7f1c80f06589 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -318,7 +318,7 @@ void GpuChildThread::DidLoseContext(bool offscreen,
Send(new GpuHostMsg_DidLoseContext(offscreen, reason, active_url));
}
-void GpuChildThread::GpuMemoryUmaStats(const GPUMemoryUmaStats& params) {
+void GpuChildThread::GpuMemoryUmaStats(const gpu::GPUMemoryUmaStats& params) {
Send(new GpuHostMsg_GpuMemoryUmaStats(params));
}
« no previous file with comments | « content/gpu/gpu_child_thread.h ('k') | gpu/gpu_ipc_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698