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

Unified Diff: sky/engine/web/WebViewImpl.cpp

Issue 880713003: Rename scheduleAnimation() to scheduleVisualUpdate(). (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase. 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/web/WebViewImpl.h ('k') | sky/viewer/document_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebViewImpl.cpp
diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
index 68392427ce8f41b5ff1a4b53fa7530810d987ec1..4d1f95f7b2c04bc2d595290a389aacd7ba7ef71d 100644
--- a/sky/engine/web/WebViewImpl.cpp
+++ b/sky/engine/web/WebViewImpl.cpp
@@ -855,9 +855,9 @@ HitTestResult WebViewImpl::hitTestResultForWindowPos(const IntPoint& pos)
return result;
}
-void WebViewImpl::scheduleAnimation()
+void WebViewImpl::scheduleVisualUpdate()
{
- m_client->scheduleAnimation();
+ m_client->scheduleVisualUpdate();
}
void WebViewImpl::setVisibilityState(WebPageVisibilityState visibilityState,
« no previous file with comments | « sky/engine/web/WebViewImpl.h ('k') | sky/viewer/document_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698