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

Unified Diff: Source/core/html/shadow/SliderThumbElement.h

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed some tests from previous CL. Created 5 years, 5 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: Source/core/html/shadow/SliderThumbElement.h
diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h
index 3769820163e00ef937499b3e9157d3d7093edb37..745b88c1e50139a643acada71326fb0a6c271f2e 100644
--- a/Source/core/html/shadow/SliderThumbElement.h
+++ b/Source/core/html/shadow/SliderThumbElement.h
@@ -68,7 +68,12 @@ private:
Node* focusDelegate() override;
void startDragging();
+ // Return true if we're any part of a media slider.
+ bool isMediaSlider() const;
+
bool m_inDragMode;
+ bool m_didDragAnywhere;
+ LayoutPoint m_mouseDownLocation;
};
inline PassRefPtrWillBeRawPtr<Element> SliderThumbElement::cloneElementWithoutAttributesAndChildren()

Powered by Google App Engine
This is Rietveld 408576698