| Index: webrtc/media/base/codec.h
 | 
| diff --git a/webrtc/media/base/codec.h b/webrtc/media/base/codec.h
 | 
| index c20b6ae07477ffdf30fc4baa908a268613529f54..807e4b6e5a02f824b57b9e02a115cf8e8287ddec 100644
 | 
| --- a/webrtc/media/base/codec.h
 | 
| +++ b/webrtc/media/base/codec.h
 | 
| @@ -139,16 +139,7 @@ struct AudioCodec : public Codec {
 | 
|  };
 | 
|  
 | 
|  struct VideoCodec : public Codec {
 | 
| -  int width;
 | 
| -  int height;
 | 
| -  int framerate;
 | 
| -
 | 
|    // Creates a codec with the given parameters.
 | 
| -  VideoCodec(int id,
 | 
| -             const std::string& name,
 | 
| -             int width,
 | 
| -             int height,
 | 
| -             int framerate);
 | 
|    VideoCodec(int id, const std::string& name);
 | 
|    // Creates an empty codec.
 | 
|    VideoCodec();
 | 
| 
 |