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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 4bbb67e0a611876fe1876bbe8a28e14048d036c6..5a98ef88278a81279e9d2a242c54f70252837c1a 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -232,6 +232,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
WebRemoteFrameBase* GetWebRemoteFrameBase(RemoteFrame&) override;
+ std::unique_ptr<WebMediaIPH> CreateWebMediaIPH(LocalFrame*) override;
+
void RequestDecode(
LocalFrame*,
const PaintImage&,

Powered by Google App Engine
This is Rietveld 408576698