Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index cb27dff813be817fc5007540c5fa757e2ba00f65..5712c010fba30d4716cb4cadf02e514920759b13 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -413,11 +413,6 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, |
int32 surface_id, |
const GPUCreateCommandBufferConfig& init_params, |
int32 route_id) override; |
- virtual scoped_ptr<gfx::GpuMemoryBuffer> AllocateGpuMemoryBuffer( |
- size_t width, |
- size_t height, |
- unsigned internalformat, |
- unsigned usage) override; |
void Init(); |
@@ -559,11 +554,6 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, |
scoped_ptr<WebRTCIdentityService> webrtc_identity_service_; |
#endif |
- // TODO(reveman): Allow AllocateGpuMemoryBuffer to be called from |
- // multiple threads. Current allocation mechanism for IOSurface |
- // backed GpuMemoryBuffers prevent this. crbug.com/325045 |
- base::ThreadChecker allocate_gpu_memory_buffer_thread_checker_; |
- |
scoped_ptr<MemoryObserver> memory_observer_; |
scoped_refptr<base::SingleThreadTaskRunner> |