| Index: webkit/api/public/WebView.h
|
| ===================================================================
|
| --- webkit/api/public/WebView.h (revision 28235)
|
| +++ webkit/api/public/WebView.h (working copy)
|
| @@ -41,6 +41,7 @@
|
| class WebSettings;
|
| class WebString;
|
| class WebViewClient;
|
| + struct WebMediaPlayerAction;
|
| struct WebPoint;
|
|
|
| class WebView : public WebWidget {
|
| @@ -141,6 +142,13 @@
|
| virtual void zoomDefault() = 0;
|
|
|
|
|
| + // Media ---------------------------------------------------------------
|
| +
|
| + // Performs the specified action on the node at the given location.
|
| + virtual void performMediaPlayerAction(
|
| + const WebMediaPlayerAction&, const WebPoint& location) = 0;
|
| +
|
| +
|
| // Data exchange -------------------------------------------------------
|
|
|
| // Copy to the clipboard the image located at a particular point in the
|
|
|