summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_command_buffer_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/gpu_command_buffer_stub.h')
-rw-r--r--content/common/gpu/gpu_command_buffer_stub.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index 4ff2237..c7f8195 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -53,7 +53,7 @@ class GpuCommandBufferStub
class DestructionObserver {
public:
// Called in Destroy(), before the context/surface are released.
- virtual void OnWillDestroyStub(GpuCommandBufferStub* stub) = 0;
+ virtual void OnWillDestroyStub() = 0;
protected:
virtual ~DestructionObserver() {}
@@ -236,10 +236,6 @@ class GpuCommandBufferStub
GpuWatchdog* watchdog_;
- // Zero or more video decoders owned by this stub. Only used for lifecycle
- // management (so the order within the vector is irrelevant).
- ScopedVector<GpuVideoDecodeAccelerator> video_decoders_;
-
ObserverList<DestructionObserver> destruction_observers_;
// A queue of sync points associated with this stub.