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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.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/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 1b1ecbd0f6faf853dbc65a88b6495946e7ccd634..c95fa82aeea5dcb500647b509d9bd17245cb57e1 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -45,6 +45,7 @@
#include "public/platform/WebDragOperation.h"
#include "public/platform/WebEventListenerProperties.h"
#include "public/platform/WebFocusType.h"
+#include "public/web/WebMediaIPH.h"
// To avoid conflicts with the CreateWindow macro from the Windows SDK...
#undef CreateWindow
@@ -363,6 +364,10 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
return nullptr;
}
+ virtual std::unique_ptr<WebMediaIPH> CreateWebMediaIPH(LocalFrame*) {
+ return nullptr;
+ }
+
virtual void RequestDecode(
LocalFrame*,
const PaintImage& image,

Powered by Google App Engine
This is Rietveld 408576698