| Index: webkit/glue/webview_impl.h
|
| diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
|
| index 6c2f88352e72adc7578e031dc8a9ff746934ac53..9413baa59b79e2146639feba698f5f3fbc425de4 100644
|
| --- a/webkit/glue/webview_impl.h
|
| +++ b/webkit/glue/webview_impl.h
|
| @@ -131,6 +131,10 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> {
|
| virtual void SetIsTransparent(bool is_transparent);
|
| virtual bool GetIsTransparent() const;
|
|
|
| + virtual void MediaPlayerActionAt(int x,
|
| + int y,
|
| + const MediaPlayerAction& action);
|
| +
|
| // WebViewImpl
|
|
|
| const WebKit::WebPoint& last_mouse_down_point() const {
|
|
|