| Index: webkit/api/src/ContextMenuClientImpl.h
|
| diff --git a/webkit/api/src/WebContextMenuClientImpl.h b/webkit/api/src/ContextMenuClientImpl.h
|
| similarity index 88%
|
| rename from webkit/api/src/WebContextMenuClientImpl.h
|
| rename to webkit/api/src/ContextMenuClientImpl.h
|
| index bf14ae84774993f78cccc8c8ba072b3511335cc6..712891c769025568770a530c703994d2769f080f 100644
|
| --- a/webkit/api/src/WebContextMenuClientImpl.h
|
| +++ b/webkit/api/src/ContextMenuClientImpl.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebContextMenuClientImpl_h
|
| -#define WebContextMenuClientImpl_h
|
| +#ifndef ContextMenuClientImpl_h
|
| +#define ContextMenuClientImpl_h
|
|
|
| #include "ContextMenuClient.h"
|
|
|
| @@ -37,10 +37,10 @@ class WebViewImpl;
|
|
|
| namespace WebKit {
|
|
|
| - class WebContextMenuClientImpl : public WebCore::ContextMenuClient {
|
| + class ContextMenuClientImpl : public WebCore::ContextMenuClient {
|
| public:
|
| - WebContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) {}
|
| - virtual ~WebContextMenuClientImpl() {}
|
| + ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) {}
|
| + virtual ~ContextMenuClientImpl() {}
|
| virtual void copyImageToClipboard(const WebCore::HitTestResult&) {}
|
| virtual void contextMenuDestroyed() {}
|
| virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*) {}
|
| @@ -58,4 +58,4 @@ namespace WebKit {
|
|
|
| } // namespace WebKit
|
|
|
| -#endif // WebContextMenuClientImpl_h
|
| +#endif // ContextMenuClientImpl_h
|
|
|