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

Unified Diff: Source/platform/HostWindow.h

Issue 1142303005: Remove legacy SELECT popup code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/core/layout/LayoutThemeDefault.cpp ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/HostWindow.h
diff --git a/Source/platform/HostWindow.h b/Source/platform/HostWindow.h
index 1045fc9edbe9a9a5d4869734a1099eb7ed6b767f..2be101995b12aff51235142fcfaaedabd084b30d 100644
--- a/Source/platform/HostWindow.h
+++ b/Source/platform/HostWindow.h
@@ -27,7 +27,6 @@
#define HostWindow_h
#include "platform/PlatformExport.h"
-#include "platform/graphics/paint/DisplayItemClient.h"
#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
@@ -44,12 +43,6 @@ public:
// Requests the host invalidate the contents.
virtual void invalidateRect(const IntRect& updateRect) = 0;
- // Requests the host to invalidate display items, if owned by the host
- // window. At present Chrome does not (display items are owned by the
- // GraphicsLayer instead), but PopupContainerClient does.
- virtual void invalidateDisplayItemClient(DisplayItemClient) { }
- virtual void invalidateAllDisplayItems() { }
-
// Converts from the window coordinates to screen coordinates.
virtual IntRect viewportToScreen(const IntRect&) const = 0;
« no previous file with comments | « Source/core/layout/LayoutThemeDefault.cpp ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698