Index: webrtc/modules/desktop_capture/desktop_frame.h |
diff --git a/webrtc/modules/desktop_capture/desktop_frame.h b/webrtc/modules/desktop_capture/desktop_frame.h |
index 632bcfc2e793ebf5cb4f5d6db36a082bf9dfde47..d491135029fe45f79940e81d1c042961ef0ab7cf 100644 |
--- a/webrtc/modules/desktop_capture/desktop_frame.h |
+++ b/webrtc/modules/desktop_capture/desktop_frame.h |
@@ -58,7 +58,7 @@ class DesktopFrame { |
// Copies pixels from a buffer or another frame. |dest_rect| rect must lay |
// within bounds of this frame. |
- void CopyPixelsFrom(uint8_t* src_buffer, |
+ void CopyPixelsFrom(const uint8_t* src_buffer, |
int src_stride, |
const DesktopRect& dest_rect); |
void CopyPixelsFrom(const DesktopFrame& src_frame, |