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

Unified Diff: sky/viewer/document_view.cc

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/viewer/document_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.cc
diff --git a/sky/viewer/document_view.cc b/sky/viewer/document_view.cc
index ab1516d0d5345835eae0d6bb1e2da12646fe0510..0c5f9a2a0cfdb55d0db8c28dc6cf1596c7b917a0 100644
--- a/sky/viewer/document_view.cc
+++ b/sky/viewer/document_view.cc
@@ -191,7 +191,7 @@ void DocumentView::PaintContents(SkCanvas* canvas, const gfx::Rect& clip) {
web_view_->paint(canvas, rect);
}
-void DocumentView::scheduleAnimation() {
+void DocumentView::scheduleVisualUpdate() {
DCHECK(web_view_);
layer_host_->SetNeedsAnimate();
}
« no previous file with comments | « sky/viewer/document_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698