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

Unified Diff: webrtc/video_frame.h

Issue 2351633002: Let ViEEncoder handle resolution changes. (Closed)
Patch Set: Fix perf test Created 4 years, 3 months 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
Index: webrtc/video_frame.h
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
index b99e60d62113e6b6dc7b369a1597129bca0a8d94..ea00147a9c27d90c27665c671d1f43335c0fb03d 100644
--- a/webrtc/video_frame.h
+++ b/webrtc/video_frame.h
@@ -179,7 +179,7 @@ class VideoFrame {
const;
// Return true if the frame is stored in a texture.
- bool is_texture() {
+ bool is_texture() const {
return video_frame_buffer() &&
video_frame_buffer()->native_handle() != nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698