| Index: Source/core/html/shadow/MediaControlElements.h
|
| diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
|
| index 4b1a3fdaaefca4495640f62a5bf151e87771ca8d..0c6c5d3a3ba370c81bda9693ecfbaa36fe0f61f9 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.h
|
| +++ b/Source/core/html/shadow/MediaControlElements.h
|
| @@ -41,7 +41,6 @@ public:
|
| static PassRefPtr<MediaControlPanelElement> create(MediaControls&);
|
|
|
| void setCanBeDragged(bool);
|
| - void setIsDisplayed(bool);
|
|
|
| void resetPosition();
|
| void makeOpaque();
|
| @@ -68,7 +67,6 @@ private:
|
|
|
| bool m_canBeDragged;
|
| bool m_isBeingDragged;
|
| - bool m_isDisplayed;
|
| bool m_opaque;
|
| LayoutPoint m_lastDragEventLocation;
|
| LayoutPoint m_cumulativeDragOffset;
|
|
|