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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.cpp

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.cpp
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
index 826b5b9cab84cb3fc333a63b674af98b1f291cd0..b38a75615e26ba75a34bdb07701a13a79ca544ba 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
@@ -821,6 +821,11 @@ WebRemoteFrameBase* ChromeClientImpl::GetWebRemoteFrameBase(
return WebRemoteFrameImpl::FromFrame(frame);
}
+std::unique_ptr<WebMediaIPH> ChromeClientImpl::CreateWebMediaIPH(
+ LocalFrame* frame) {
+ return WebLocalFrameImpl::FromFrame(frame)->Client()->CreateMediaIPH();
+}
+
void ChromeClientImpl::RequestDecode(
LocalFrame* frame,
const PaintImage& image,

Powered by Google App Engine
This is Rietveld 408576698