Index: content/common/gpu/gpu_command_buffer_stub.h |
=================================================================== |
--- content/common/gpu/gpu_command_buffer_stub.h (revision 134529) |
+++ content/common/gpu/gpu_command_buffer_stub.h (working copy) |
@@ -57,7 +57,6 @@ |
virtual ~GpuCommandBufferStubBase() {} |
// Will not have surface state if this is an offscreen commandbuffer. |
- virtual bool client_has_memory_allocation_changed_callback() const = 0; |
virtual bool has_surface_state() const = 0; |
virtual const SurfaceState& surface_state() const = 0; |
@@ -108,7 +107,6 @@ |
virtual bool Send(IPC::Message* msg) OVERRIDE; |
// GpuCommandBufferStubBase implementation: |
- virtual bool client_has_memory_allocation_changed_callback() const OVERRIDE; |
virtual bool has_surface_state() const OVERRIDE; |
virtual const GpuCommandBufferStubBase::SurfaceState& surface_state() const |
OVERRIDE; |
@@ -200,8 +198,6 @@ |
void OnDiscardBackbuffer(); |
void OnEnsureBackbuffer(); |
- void OnSetClientHasMemoryAllocationChangedCallback(bool); |
- |
void OnReschedule(); |
void OnCommandProcessed(); |
@@ -225,7 +221,6 @@ |
gfx::GpuPreference gpu_preference_; |
int32 route_id_; |
bool software_; |
- bool client_has_memory_allocation_changed_callback_; |
uint32 last_flush_count_; |
scoped_ptr<GpuCommandBufferStubBase::SurfaceState> surface_state_; |
GpuMemoryAllocation allocation_; |