Index: talk/app/webrtc/objc/public/RTCI420Frame.h |
diff --git a/talk/app/webrtc/objc/public/RTCI420Frame.h b/talk/app/webrtc/objc/public/RTCI420Frame.h |
index be16a04c3da422dca937cc31714d43d62d48bc98..f902a81f941baa1833c466cb8ea5270707e080c6 100644 |
--- a/talk/app/webrtc/objc/public/RTCI420Frame.h |
+++ b/talk/app/webrtc/objc/public/RTCI420Frame.h |
@@ -34,7 +34,6 @@ |
@property(nonatomic, readonly) NSUInteger height; |
@property(nonatomic, readonly) NSUInteger chromaWidth; |
@property(nonatomic, readonly) NSUInteger chromaHeight; |
-@property(nonatomic, readonly) NSUInteger chromaSize; |
// These can return NULL if the object is not backed by a buffer. |
@property(nonatomic, readonly) const uint8_t* yPlane; |
@property(nonatomic, readonly) const uint8_t* uPlane; |
@@ -52,4 +51,3 @@ |
#endif /* DOXYGEN_SHOULD_SKIP_THIS */ |
@end |
- |