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

Unified Diff: webkit/glue/glue_util.h

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/glue/context_menu_client_impl.cc ('k') | webkit/glue/glue_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/glue_util.h
===================================================================
--- webkit/glue/glue_util.h (revision 21785)
+++ webkit/glue/glue_util.h (working copy)
@@ -20,6 +20,7 @@
class IntRect;
class IntSize;
class KURL;
+class Node;
class ResourceError;
class ResourceResponse;
class SharedBuffer;
@@ -33,6 +34,7 @@
class WebDragData;
class WebForm;
class WebHistoryItem;
+class WebNode;
class WebString;
class WebURL;
class WebURLRequest;
@@ -120,6 +122,10 @@
// WebCursorInfo <- Cursor
WebKit::WebCursorInfo CursorToWebCursorInfo(const WebCore::Cursor&);
+// WebNode <-> Node
+WebKit::WebNode NodeToWebNode(const WTF::PassRefPtr<WebCore::Node>&);
+WTF::PassRefPtr<WebCore::Node> WebNodeToNode(const WebKit::WebNode&);
+
// WebDragData <-> ChromiumDataObject
WebKit::WebDragData ChromiumDataObjectToWebDragData(
const WTF::PassRefPtr<WebCore::ChromiumDataObject>&);
Property changes on: webkit\glue\glue_util.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/src/webkit/glue/glue_util.h:r3734-4217,4606-5108,5177-5263
Merged /trunk/src/webkit/glue/glue_util.h:r21466
« no previous file with comments | « webkit/glue/context_menu_client_impl.cc ('k') | webkit/glue/glue_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698