Bug 1390748 - Remove unnececssary 'public:' in MediaDecoder.h. r=jwwang draft
authorChris Pearce <cpearce@mozilla.com>
Tue, 15 Aug 2017 16:38:05 +1200
changeset 648059 e402ec2efd081c8acee3f46925e167323494377e
parent 648058 5a9932bf98992e13ba850dd640d2623ad8bcccbb
child 648060 83d0facbe26f8385c7163dc85d5512e7a43e80f4
push id74604
push userbmo:cpearce@mozilla.com
push dateThu, 17 Aug 2017 06:10:02 +0000
reviewersjwwang
bugs1390748
milestone57.0a1
Bug 1390748 - Remove unnececssary 'public:' in MediaDecoder.h. r=jwwang There's an existing 'public:' further up. MozReview-Commit-ID: 7CMmpVkZ7oz
dom/media/MediaDecoder.h
--- a/dom/media/MediaDecoder.h
+++ b/dom/media/MediaDecoder.h
@@ -198,17 +198,16 @@ public:
 
   // True if we are playing a MediaSource object.
   virtual bool IsMSE() const { return false; }
 
   // Return true if the MediaDecoderOwner's error attribute is not null.
   // Must be called before Shutdown().
   bool OwnerHasError() const;
 
-public:
   // Returns true if this media supports random seeking. False for example with
   // chained ogg files.
   bool IsMediaSeekable();
   // Returns true if seeking is supported on a transport level (e.g. the server
   // supports range requests, we are playing a file, etc.).
   bool IsTransportSeekable();
 
   // Return the time ranges that can be seeked into.