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

Unified Diff: content/gpu/in_process_gpu_thread.h

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop ref to deleted content_tests_gypi_values.content_unittests_ozone_sources Created 4 years, 8 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_watchdog_thread.h ('k') | content/gpu/in_process_gpu_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/in_process_gpu_thread.h
diff --git a/content/gpu/in_process_gpu_thread.h b/content/gpu/in_process_gpu_thread.h
index dbb6119ec2bdb3410328c4cff4e19f41e697c2ae..18871270927e07de9e68365c86601e3ac48209ac 100644
--- a/content/gpu/in_process_gpu_thread.h
+++ b/content/gpu/in_process_gpu_thread.h
@@ -13,13 +13,13 @@
#include "gpu/command_buffer/service/gpu_preferences.h"
namespace gpu {
-struct GpuPreferences;
+class GpuMemoryBufferFactory;
class SyncPointManager;
+struct GpuPreferences;
}
namespace content {
-class GpuMemoryBufferFactory;
class GpuProcess;
// This class creates a GPU thread (instead of a GPU process), when running
@@ -49,7 +49,7 @@ class InProcessGpuThread : public base::Thread {
// Non-owning.
gpu::SyncPointManager* sync_point_manager_override_;
- scoped_ptr<GpuMemoryBufferFactory> gpu_memory_buffer_factory_;
+ scoped_ptr<gpu::GpuMemoryBufferFactory> gpu_memory_buffer_factory_;
DISALLOW_COPY_AND_ASSIGN(InProcessGpuThread);
};
« no previous file with comments | « content/gpu/gpu_watchdog_thread.h ('k') | content/gpu/in_process_gpu_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698