Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: Source/WebKit/chromium/src/WebPopupMenuImpl.cpp

Issue 13851023: Remove ChromeClient cruft (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())

Powered by Google App Engine
This is Rietveld 408576698