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

Unified Diff: third_party/WebKit/Source/core/html/media/MediaControls.h

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: Created 3 years, 6 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/media/MediaControls.h
diff --git a/third_party/WebKit/Source/core/html/media/MediaControls.h b/third_party/WebKit/Source/core/html/media/MediaControls.h
index b2b00dbbd71ea136c4262275bc9f1b4023c37d0b..31b4cb29a24b5238db44d61e906eeebca9cc6f48 100644
--- a/third_party/WebKit/Source/core/html/media/MediaControls.h
+++ b/third_party/WebKit/Source/core/html/media/MediaControls.h
@@ -14,6 +14,7 @@ namespace blink {
class Document;
class HTMLDivElement;
class HTMLMediaElement;
+class IntRect;
class LayoutObject;
class ShadowRoot;
@@ -69,6 +70,9 @@ class CORE_EXPORT MediaControls : public GarbageCollectedMixin {
virtual Document& OwnerDocument() = 0;
virtual void OnMediaControlsEnabledChange() = 0;
+ virtual bool GetDownloadButtonRect(IntRect&) = 0;
+ virtual void IPHDisabled() = 0;
+
DECLARE_VIRTUAL_TRACE();
private:

Powered by Google App Engine
This is Rietveld 408576698