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

Unified Diff: sky/viewer/internals.cc

Issue 1020053002: Remove pauseAnimationsForTesting (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/internals.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/internals.cc
diff --git a/sky/viewer/internals.cc b/sky/viewer/internals.cc
index 5a93590bc2fffdd7deeaa4e1c5f1258b39524396..cda73c1254c19512738a842328fea69f6915444e 100644
--- a/sky/viewer/internals.cc
+++ b/sky/viewer/internals.cc
@@ -185,11 +185,4 @@ void Internals::ConnectToApplication(
}
}
-void Internals::pauseAnimations(double pauseTime) {
- if (pauseTime < 0)
- return;
-
- document_view_->web_view()->mainFrame()->document().pauseAnimationsForTesting(pauseTime);
-}
-
} // namespace sky
« no previous file with comments | « sky/viewer/internals.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698