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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 2781293003: gpu: Have GpuService create and own GpuMemoryBufferFactory. (Closed)
Patch Set: tot merge. Created 3 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/common/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index bba082542ccfe8dd482602c87c1e40276098410a..e1cd8e309c9d48e9bf1aa9a91be96d09d20ec6de 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -36,7 +36,6 @@
#include "ui/gfx/native_widget_types.h"
namespace gpu {
-class GpuMemoryBufferFactory;
class GpuWatchdogThread;
}
@@ -62,13 +61,11 @@ class GpuChildThread : public ChildThreadImpl,
bool dead_on_arrival,
const gpu::GPUInfo& gpu_info,
const gpu::GpuFeatureInfo& gpu_feature_info,
- DeferredMessages deferred_messages,
- gpu::GpuMemoryBufferFactory* gpu_memory_buffer_factory);
+ DeferredMessages deferred_messages);
GpuChildThread(const InProcessChildThreadParams& params,
const gpu::GPUInfo& gpu_info,
- const gpu::GpuFeatureInfo& gpu_feature_info,
- gpu::GpuMemoryBufferFactory* gpu_memory_buffer_factory);
+ const gpu::GpuFeatureInfo& gpu_feature_info);
~GpuChildThread() override;
@@ -80,8 +77,7 @@ class GpuChildThread : public ChildThreadImpl,
bool dead_on_arrival,
bool in_browser_process,
const gpu::GPUInfo& gpu_info,
- const gpu::GpuFeatureInfo& gpu_feature_info,
- gpu::GpuMemoryBufferFactory* gpu_memory_buffer_factory);
+ const gpu::GpuFeatureInfo& gpu_feature_info);
void CreateGpuMainService(ui::mojom::GpuMainAssociatedRequest request);
« no previous file with comments | « content/common/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698