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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutSlider.h

Issue 2820343002: Media Controls: move timeline related code to modules. (Closed)
Patch Set: Created 3 years, 8 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/layout/LayoutSlider.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutSlider.h b/third_party/WebKit/Source/core/layout/LayoutSlider.h
index 3aceac2bef1af06d19719e509482e9199422081a..1815e2faa56ded817b16ea79a2b6c682c1578ac5 100644
--- a/third_party/WebKit/Source/core/layout/LayoutSlider.h
+++ b/third_party/WebKit/Source/core/layout/LayoutSlider.h
@@ -21,6 +21,7 @@
#ifndef LayoutSlider_h
#define LayoutSlider_h
+#include "core/CoreExport.h"
#include "core/layout/LayoutFlexibleBox.h"
namespace blink {
@@ -35,7 +36,7 @@ class LayoutSlider final : public LayoutFlexibleBox {
explicit LayoutSlider(HTMLInputElement*);
~LayoutSlider() override;
- bool InDragMode() const;
+ CORE_EXPORT bool InDragMode() const;
const char* GetName() const override { return "LayoutSlider"; }

Powered by Google App Engine
This is Rietveld 408576698