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

Unified Diff: Source/web/PopupContainerClient.h

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/PopupContainer.cpp ('k') | Source/web/PopupListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupContainerClient.h
diff --git a/Source/platform/scroll/FramelessScrollViewClient.h b/Source/web/PopupContainerClient.h
similarity index 86%
rename from Source/platform/scroll/FramelessScrollViewClient.h
rename to Source/web/PopupContainerClient.h
index f81bdd11a7e6524c235d4ba07a56f16084068fe5..f48272058f1e2a3a455333acc4037d65c6b6307b 100644
--- a/Source/platform/scroll/FramelessScrollViewClient.h
+++ b/Source/web/PopupContainerClient.h
@@ -28,18 +28,17 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef FramelessScrollViewClient_h
-#define FramelessScrollViewClient_h
+#ifndef PopupContainerClient_h
+#define PopupContainerClient_h
#include "platform/HostWindow.h"
-#include "platform/PlatformExport.h"
+#include "web/PopupContainer.h"
namespace blink {
-class FramelessScrollView;
-class PLATFORM_EXPORT FramelessScrollViewClient : public HostWindow {
+class PopupContainerClient : public HostWindow {
public:
- virtual void popupClosed(FramelessScrollView*) = 0;
+ virtual void popupClosed(PopupContainer*) = 0;
};
} // namespace blink
« no previous file with comments | « Source/web/PopupContainer.cpp ('k') | Source/web/PopupListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698