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

Unified Diff: sky/shell/ui/animator.h

Issue 952273003: Make WebView::close not crash and start to fix navigation in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fixed Created 5 years, 10 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/services/oknet/src/org/domokit/oknet/UrlLoaderImpl.java ('k') | sky/shell/ui/animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/ui/animator.h
diff --git a/sky/shell/ui/animator.h b/sky/shell/ui/animator.h
index 764302541f890af1c89d70350f50bf0c188cdbf9..15dd2f43f2ec8688de81e180ed1a62a5911b2ee8 100644
--- a/sky/shell/ui/animator.h
+++ b/sky/shell/ui/animator.h
@@ -17,6 +17,7 @@ class Animator {
~Animator();
void RequestFrame();
+ void CancelFrameRequest();
private:
void BeginFrame();
« no previous file with comments | « sky/services/oknet/src/org/domokit/oknet/UrlLoaderImpl.java ('k') | sky/shell/ui/animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698