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

Unified Diff: Source/core/platform/HostWindow.h

Issue 13851023: Remove ChromeClient cruft (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing 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
« no previous file with comments | « Source/core/page/FocusController.cpp ('k') | Source/core/platform/ScrollView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/page/FocusController.cpp ('k') | Source/core/platform/ScrollView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698