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

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

Issue 2709393004: Media Controls: Fix time updates when dragging from track not scrubber (Closed)
Patch Set: Created 3 years, 10 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.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutSlider.cpp b/third_party/WebKit/Source/core/layout/LayoutSlider.cpp
index a5fe043ed1372be8537320bc4d428ad5322b2c86..4c51c88cc1bf3f0925eb82b7760deb08838c970c 100644
--- a/third_party/WebKit/Source/core/layout/LayoutSlider.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutSlider.cpp
@@ -74,8 +74,4 @@ void LayoutSlider::layout() {
LayoutFlexibleBox::layout();
}
-bool LayoutSlider::inDragMode() const {
- return sliderThumbElement()->isActive();
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutSlider.h ('k') | third_party/WebKit/Source/core/layout/api/LayoutSliderItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698