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

Unified Diff: sky/viewer/document_view.h

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.cpp ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index 9e09ddae956b424b668dc449d989215ec23c8384..58e526d3040aeb67be53deb1194578357b40d80f 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -78,7 +78,7 @@ class DocumentView : public blink::ServiceProvider,
private:
// WebViewClient methods:
void initializeLayerTreeView() override;
- void scheduleAnimation() override;
+ void scheduleVisualUpdate() override;
blink::WebScreenInfo screenInfo() override;
// WebFrameClient methods:
« no previous file with comments | « sky/engine/web/WebViewImpl.cpp ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698