| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index a428bd4d4f0944c636d32bb8f4f0e7e1e809523b..12d658ae8ed162f4bf1a61cb7529e997f37c8302 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -362,7 +362,7 @@ public:
|
| // Keyboard event to the Right Mouse button down event.
|
| WebInputEventResult sendContextMenuEvent(const WebKeyboardEvent&);
|
|
|
| - void showContextMenuAtPoint(float x, float y, RawPtr<ContextMenuProvider>);
|
| + void showContextMenuAtPoint(float x, float y, ContextMenuProvider*);
|
|
|
| void showContextMenuForElement(WebElement);
|
|
|
|
|