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

Unified Diff: sky/engine/platform/HostWindow.h

Issue 842113005: Delete a bunch of noop paint invalidation code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix comment Created 5 years, 11 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 | « sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('k') | sky/engine/platform/Widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/HostWindow.h
diff --git a/sky/engine/platform/HostWindow.h b/sky/engine/platform/HostWindow.h
index 266bef5401d4ff1b3091a39fdd4bbc503fc6245c..d8b46edd6b00f8104ebcd131dfe96e34be50c9f9 100644
--- a/sky/engine/platform/HostWindow.h
+++ b/sky/engine/platform/HostWindow.h
@@ -40,12 +40,6 @@ public:
HostWindow() { }
virtual ~HostWindow() { }
- // Requests the host invalidate the contents and the root view.
- virtual void invalidateContentsAndRootView(const IntRect& updateRect) = 0;
-
- // Requests the host invalidate the contents, not the root view. This is the slow path for scrolling.
- virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) = 0;
-
// Methods for doing coordinate conversions to screen coordinates.
virtual IntRect rootViewToScreen(const IntRect&) const = 0;
« no previous file with comments | « sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('k') | sky/engine/platform/Widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698