diff --git a/api/video/video_frame_buffer.h b/api/video/video_frame_buffer.h index ebea7d9406..bf0e83e018 100644 --- a/api/video/video_frame_buffer.h +++ b/api/video/video_frame_buffer.h @@ -127,7 +127,6 @@ class RTC_EXPORT VideoFrameBuffer : public webrtc::RefCountInterface { rtc::ArrayView types); // For logging: returns a textual representation of the storage. - // TODO(b/328533258): Make pure virtual once downstream adapts. virtual std::string storage_representation() const; protected: