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

Unified Diff: content/common/gpu/gpu_memory_buffer_factory.h

Issue 1831513003: Pull gpu service/client shared memory buffer code to GpuMemoryBufferSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ifdef mixup 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
Index: content/common/gpu/gpu_memory_buffer_factory.h
diff --git a/content/common/gpu/gpu_memory_buffer_factory.h b/content/common/gpu/gpu_memory_buffer_factory.h
index b02ae20d79a9c451707a245eecbe4965c7bbfadb..566269f3a684974c67807ca6e3fdc5926d674fe2 100644
--- a/content/common/gpu/gpu_memory_buffer_factory.h
+++ b/content/common/gpu/gpu_memory_buffer_factory.h
@@ -25,10 +25,6 @@ class CONTENT_EXPORT GpuMemoryBufferFactory {
public:
virtual ~GpuMemoryBufferFactory() {}
- // Returns the native GPU memory buffer factory type. Returns EMPTY_BUFFER
- // type if native buffers are not supported.
- static gfx::GpuMemoryBufferType GetNativeType();
-
// Creates a new factory instance for native GPU memory buffers.
static scoped_ptr<GpuMemoryBufferFactory> CreateNativeType();

Powered by Google App Engine
This is Rietveld 408576698