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

Unified Diff: sky/engine/core/page/Chrome.cpp

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/page/Chrome.h ('k') | sky/engine/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Chrome.cpp
diff --git a/sky/engine/core/page/Chrome.cpp b/sky/engine/core/page/Chrome.cpp
index e8ee53098302e13c4996abf5e060af92aecb4a60..53598806e8697a583580825a4245afb94b5acc1f 100644
--- a/sky/engine/core/page/Chrome.cpp
+++ b/sky/engine/core/page/Chrome.cpp
@@ -51,16 +51,6 @@ PassOwnPtr<Chrome> Chrome::create(Page* page, ChromeClient* client)
return adoptPtr(new Chrome(page, client));
}
-void Chrome::invalidateContentsAndRootView(const IntRect& updateRect)
-{
- m_client->invalidateContentsAndRootView(updateRect);
-}
-
-void Chrome::invalidateContentsForSlowScroll(const IntRect& updateRect)
-{
- m_client->invalidateContentsForSlowScroll(updateRect);
-}
-
IntRect Chrome::rootViewToScreen(const IntRect& rect) const
{
return m_client->rootViewToScreen(rect);
« no previous file with comments | « sky/engine/core/page/Chrome.h ('k') | sky/engine/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698