VideoFrameBuffer: remove TODO.

After some investigation, it's not worth updating all
consumers of the interface in line with the TODO comment.
It's better to just remove the TODO as the call provides
value in Chrome.

Fixed: b/328533258
Change-Id: I7b60616b81a6d03dac1b3856b4aef2ed4e69cd1f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349701
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Markus Handell <handellm@webrtc.org>
Commit-Queue: Stefan Holmer <stefan@webrtc.org>
Auto-Submit: Markus Handell <handellm@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42221}
This commit is contained in:
Markus Handell 2024-05-03 11:28:15 +02:00 committed by WebRTC LUCI CQ
parent 111d957ada
commit 605d00bd6f

View file

@ -127,7 +127,6 @@ class RTC_EXPORT VideoFrameBuffer : public webrtc::RefCountInterface {
rtc::ArrayView<Type> types); rtc::ArrayView<Type> types);
// For logging: returns a textual representation of the storage. // For logging: returns a textual representation of the storage.
// TODO(b/328533258): Make pure virtual once downstream adapts.
virtual std::string storage_representation() const; virtual std::string storage_representation() const;
protected: protected: