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

Unified Diff: Source/web/PopupMenuChromium.cpp

Issue 562513004: Remove FramelessScrollView. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Windows build. Created 6 years, 3 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
« no previous file with comments | « Source/web/PopupListBox.cpp ('k') | Source/web/WebPopupMenuImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupMenuChromium.cpp
diff --git a/Source/web/PopupMenuChromium.cpp b/Source/web/PopupMenuChromium.cpp
index 05561cc4b52489b0654998853f4d2528065ca70b..053e716d3572d27b36f9dfddafd539f269f46039 100644
--- a/Source/web/PopupMenuChromium.cpp
+++ b/Source/web/PopupMenuChromium.cpp
@@ -49,7 +49,7 @@ PopupMenuChromium::~PopupMenuChromium()
{
// When the PopupMenuChromium is destroyed, the client could already have been deleted.
if (m_popup)
- m_popup->listBox()->disconnectClient();
+ m_popup->disconnectClient();
hide();
}
@@ -70,7 +70,7 @@ void PopupMenuChromium::hide()
void PopupMenuChromium::updateFromElement()
{
- m_popup->listBox()->updateFromElement();
+ m_popup->updateFromElement();
}
« no previous file with comments | « Source/web/PopupListBox.cpp ('k') | Source/web/WebPopupMenuImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698