| Index: Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| index 1c3893258f64f8e271c86a92bef27b10a29c3148..2d31b2c50d28f2e8c252c632d02a421753bb4ae1 100644
|
| --- a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
|
| @@ -337,11 +337,6 @@ void WebPopupMenuImpl::setTextDirection(WebTextDirection)
|
| //-----------------------------------------------------------------------------
|
| // WebCore::HostWindow
|
|
|
| -void WebPopupMenuImpl::invalidateRootView(const IntRect&)
|
| -{
|
| - notImplemented();
|
| -}
|
| -
|
| void WebPopupMenuImpl::invalidateContentsAndRootView(const IntRect& paintRect)
|
| {
|
| if (paintRect.isEmpty())
|
|
|