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

Unified Diff: sky/engine/core/page/Chrome.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/loader/EmptyClients.h ('k') | sky/engine/core/page/Chrome.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Chrome.h
diff --git a/sky/engine/core/page/Chrome.h b/sky/engine/core/page/Chrome.h
index e0197b51181506a99aed4fb4d790e7b2e4aeea0d..1de73d60858f63e3375aebf885d63a550e14cbf4 100644
--- a/sky/engine/core/page/Chrome.h
+++ b/sky/engine/core/page/Chrome.h
@@ -53,8 +53,6 @@ public:
ChromeClient& client() { return *m_client; }
// HostWindow methods.
- virtual void invalidateContentsAndRootView(const IntRect&) override;
- virtual void invalidateContentsForSlowScroll(const IntRect&) override;
virtual IntRect rootViewToScreen(const IntRect&) const override;
virtual blink::WebScreenInfo screenInfo() const override;
« no previous file with comments | « sky/engine/core/loader/EmptyClients.h ('k') | sky/engine/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698