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; |
} |