Index: media/video/video_encode_accelerator.h |
diff --git a/media/video/video_encode_accelerator.h b/media/video/video_encode_accelerator.h |
index 9551c22a769d58473bfbfa66bfc92d712a3d164b..9bae67751bf44d68d0b917179d9cd4eeb047433b 100644 |
--- a/media/video/video_encode_accelerator.h |
+++ b/media/video/video_encode_accelerator.h |
@@ -144,7 +144,6 @@ class MEDIA_EXPORT VideoEncodeAccelerator { |
// |this| unconditionally, so make sure to drop all pointers to it! |
virtual void Destroy() = 0; |
- protected: |
// Do not delete directly; use Destroy() or own it with a scoped_ptr, which |
Pawel Osciak
2014/12/26 01:11:36
Please don't remove protected.
henryhsu
2014/12/26 08:40:41
oh ok. I removed this is due to ScopedVector. Now
|
// will Destroy() it properly by default. |
virtual ~VideoEncodeAccelerator(); |