Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(915)

Unified Diff: webrtc/media/base/adaptedvideotracksource.h

Issue 2555483005: Add ability to scale to arbitrary factors (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/media/base/videoadapter.h » ('j') | webrtc/media/base/videoadapter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/adaptedvideotracksource.h
diff --git a/webrtc/media/base/adaptedvideotracksource.h b/webrtc/media/base/adaptedvideotracksource.h
index 5b420aeb9e1d344bc9e20667b85a12eaea7052b4..5ea6c4a87f5d234e86239caa71a0f008065ea881 100644
--- a/webrtc/media/base/adaptedvideotracksource.h
+++ b/webrtc/media/base/adaptedvideotracksource.h
@@ -53,7 +53,7 @@ class AdaptedVideoTrackSource
// become stale before it is used.
bool apply_rotation();
- cricket::VideoAdapter* video_adapter() { return &video_adapter_; }
+ virtual cricket::VideoAdapter* video_adapter() { return &video_adapter_; }
magjed_webrtc 2016/12/07 13:44:51 Don't make this virtual. Make a protected AdaptedV
kthelgason 2016/12/08 08:42:03 Done.
private:
// Implements rtc::VideoSourceInterface.
« no previous file with comments | « no previous file | webrtc/media/base/videoadapter.h » ('j') | webrtc/media/base/videoadapter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698