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

Unified Diff: content/child/child_thread_impl.h

Issue 2386913002: content: Remove gpu memory buffer manager from ChildThreadImpl. (Closed)
Patch Set: . Created 4 years, 2 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 | « no previous file | content/child/child_thread_impl.cc » ('j') | content/renderer/render_thread_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 34b87e26f6e90b63548b613c0f32f2a32a4a2453..bb878de997a6bc0399bba8bea4eee441189109dc 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -55,7 +55,6 @@ class WebFrame;
namespace content {
class ChildMessageFilter;
class ChildDiscardableSharedMemoryManager;
-class ChildGpuMemoryBufferManager;
class ChildHistogramMessageFilter;
class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
@@ -137,10 +136,6 @@ class CONTENT_EXPORT ChildThreadImpl
return shared_bitmap_manager_.get();
}
- ChildGpuMemoryBufferManager* gpu_memory_buffer_manager() const {
- return gpu_memory_buffer_manager_.get();
- }
-
ChildDiscardableSharedMemoryManager* discardable_shared_memory_manager()
const {
return discardable_shared_memory_manager_.get();
@@ -320,8 +315,6 @@ class CONTENT_EXPORT ChildThreadImpl
std::unique_ptr<ChildSharedBitmapManager> shared_bitmap_manager_;
- std::unique_ptr<ChildGpuMemoryBufferManager> gpu_memory_buffer_manager_;
-
std::unique_ptr<ChildDiscardableSharedMemoryManager>
discardable_shared_memory_manager_;
« no previous file with comments | « no previous file | content/child/child_thread_impl.cc » ('j') | content/renderer/render_thread_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698