Chromium Code Reviews| Index: webrtc/config.h | 
| diff --git a/webrtc/config.h b/webrtc/config.h | 
| index 083e778a4153b38371edc5f02c778bc16a6c158c..20720f3927b0b0c76d6ae9404759f69cc049ec5d 100644 | 
| --- a/webrtc/config.h | 
| +++ b/webrtc/config.h | 
| @@ -142,6 +142,7 @@ struct VideoEncoderConfig { | 
| // maintaining a higher bitrate estimate. Padding will however not be sent | 
| // unless the estimated bandwidth indicates that the link can handle it. | 
| int min_transmit_bitrate_bps; | 
| + bool expect_encode_from_texture; | 
| }; | 
| // Controls the capacity of the packet buffer in NetEq. The capacity is the |