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

Unified Diff: content/gpu/in_process_gpu_thread.h

Issue 1846253003: Revert of Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_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 88e349e06acf02f72f402a9cea27fcc55f3e0db5..6124ba86f6cfba4f55fefd2eccb11ed817117958 100644
--- a/content/gpu/in_process_gpu_thread.h
+++ b/content/gpu/in_process_gpu_thread.h
@@ -12,13 +12,13 @@
#include "gpu/command_buffer/service/gpu_preferences.h"
namespace gpu {
-class GpuMemoryBufferFactory;
+struct GpuPreferences;
class SyncPointManager;
-struct GpuPreferences;
}
namespace content {
+class GpuMemoryBufferFactory;
class GpuProcess;
// This class creates a GPU thread (instead of a GPU process), when running
@@ -48,7 +48,7 @@
// Non-owning.
gpu::SyncPointManager* sync_point_manager_override_;
- scoped_ptr<gpu::GpuMemoryBufferFactory> gpu_memory_buffer_factory_;
+ scoped_ptr<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