Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControlElements.h

Issue 2783593002: Redraw media volume slider when it is moving (Closed)
Patch Set: Test for volume slider invalidation on input while dragging Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
index df272a9493bee9dd77330ad7c5154beb82b50715..451f56e1dfca22fef842cac7356350ca6c3905dd 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h
@@ -30,6 +30,7 @@
#ifndef MediaControlElements_h
#define MediaControlElements_h
+#include "core/CoreExport.h"
#include "core/html/shadow/MediaControlElementTypes.h"
#include "public/platform/WebLocalizedString.h"
@@ -352,7 +353,7 @@ class MediaControlVolumeSliderElement final : public MediaControlInputElement {
bool willRespondToMouseMoveEvents() override;
bool willRespondToMouseClickEvents() override;
- void setVolume(double);
+ CORE_EXPORT void setVolume(double);
private:
explicit MediaControlVolumeSliderElement(MediaControls&);

Powered by Google App Engine
This is Rietveld 408576698