Chromium Code Reviews| Index: Source/modules/mediastream/MediaStreamTrack.h |
| diff --git a/Source/modules/mediastream/MediaStreamTrack.h b/Source/modules/mediastream/MediaStreamTrack.h |
| index 4b1f772f48f4f1f458e6e43fc43bb1f1d86df919..b16d3685ab9e49527528dc43686f3693ebd6c3aa 100644 |
| --- a/Source/modules/mediastream/MediaStreamTrack.h |
| +++ b/Source/modules/mediastream/MediaStreamTrack.h |
| @@ -55,6 +55,8 @@ public: |
| String kind() const; |
| String id() const; |
| String label() const; |
| + bool remote() const; |
| + bool readonly() const; |
| bool enabled() const; |
| void setEnabled(bool); |