| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 892c0d9ae39b35a6ea24c9577ecc41566c7ca9b7..29d04a43efdf9993797ae8f88a33c1b486eb3e43 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -70,9 +70,6 @@ class CONTENT_EXPORT GpuCommandBufferStubBase {
|
| virtual bool IsInSameContextShareGroup(
|
| const GpuCommandBufferStubBase& other) const = 0;
|
|
|
| - virtual void SendMemoryAllocationToProxy(
|
| - const GpuMemoryAllocation& allocation) = 0;
|
| -
|
| virtual void SetMemoryAllocation(
|
| const GpuMemoryAllocation& allocation) = 0;
|
| };
|
| @@ -124,10 +121,6 @@ class GpuCommandBufferStub
|
| virtual bool IsInSameContextShareGroup(
|
| const GpuCommandBufferStubBase& other) const OVERRIDE;
|
|
|
| - // Sends memory allocation limits to render process.
|
| - virtual void SendMemoryAllocationToProxy(
|
| - const GpuMemoryAllocation& allocation) OVERRIDE;
|
| -
|
| // Sets buffer usage depending on Memory Allocation
|
| virtual void SetMemoryAllocation(
|
| const GpuMemoryAllocation& allocation) OVERRIDE;
|
| @@ -235,7 +228,6 @@ class GpuCommandBufferStub
|
| bool client_has_memory_allocation_changed_callback_;
|
| uint32 last_flush_count_;
|
| scoped_ptr<GpuCommandBufferStubBase::SurfaceState> surface_state_;
|
| - GpuMemoryAllocation allocation_;
|
|
|
| scoped_ptr<gpu::CommandBufferService> command_buffer_;
|
| scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
|
|
|