| Index: Source/WebCore/platform/graphics/MediaPlayer.h
|
| diff --git a/Source/WebCore/platform/graphics/MediaPlayer.h b/Source/WebCore/platform/graphics/MediaPlayer.h
|
| index bb35499c6cda3e66e9c3e810d39aebafe31466f0..68696cb85ab380337604ae5b2a8aac8d33a4a9b8 100644
|
| --- a/Source/WebCore/platform/graphics/MediaPlayer.h
|
| +++ b/Source/WebCore/platform/graphics/MediaPlayer.h
|
| @@ -389,8 +389,6 @@ public:
|
| unsigned audioDecodedByteCount() const;
|
| unsigned videoDecodedByteCount() const;
|
|
|
| - void setPrivateBrowsingMode(bool);
|
| -
|
| #if ENABLE(WEB_AUDIO)
|
| AudioSourceProvider* audioSourceProvider();
|
| #endif
|
| @@ -455,7 +453,6 @@ private:
|
| double m_volume;
|
| bool m_muted;
|
| bool m_preservesPitch;
|
| - bool m_privateBrowsing;
|
| bool m_shouldPrepareToRender;
|
| bool m_contentMIMETypeWasInferredFromExtension;
|
|
|
|
|