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