Index: Source/core/platform/HostWindow.h |
diff --git a/Source/core/platform/HostWindow.h b/Source/core/platform/HostWindow.h |
index 3931931c5b3cf5fe24fa90484ffcef8f41d3046f..54078ba79b7ae397d30ff373a445c19b709e81df 100644 |
--- a/Source/core/platform/HostWindow.h |
+++ b/Source/core/platform/HostWindow.h |
@@ -38,9 +38,6 @@ public: |
HostWindow() { } |
virtual ~HostWindow() { } |
- // Requests the host invalidate the root view, not the contents. |
- virtual void invalidateRootView(const IntRect& updateRect) = 0; |
- |
// Requests the host invalidate the contents and the root view. |
virtual void invalidateContentsAndRootView(const IntRect& updateRect) = 0; |