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

Unified Diff: webkit/tools/test_shell/test_webview_delegate.cc

Issue 159471: Merge 21466 - Allow the browser to send actions back to the render for media ... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_webview_delegate.cc
===================================================================
--- webkit/tools/test_shell/test_webview_delegate.cc (revision 21785)
+++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
@@ -574,7 +574,7 @@
void TestWebViewDelegate::ShowContextMenu(
WebView* webview,
- ContextNode node,
+ ContextNodeType node_type,
int x,
int y,
const GURL& link_url,
@@ -587,7 +587,7 @@
int edit_flags,
const std::string& security_info,
const std::string& frame_charset) {
- CapturedContextMenuEvent context(node, x, y);
+ CapturedContextMenuEvent context(node_type, x, y);
captured_context_menu_events_.push_back(context);
}
Property changes on: webkit\tools\test_shell\test_webview_delegate.cc
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/webkit/tools/test_shell/test_webview_delegate.cc:r21466
« no previous file with comments | « webkit/tools/test_shell/test_webview_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698