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

Unified Diff: sky/viewer/internals.h

Issue 760183003: Enable/Unprefix Animations & Transitions, add basic tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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
Index: sky/viewer/internals.h
diff --git a/sky/viewer/internals.h b/sky/viewer/internals.h
index 19e4653471aad780ae29b4b360af3cacc1ab3771..22ca4c3cb5432345c6c46a6d282b891b7a793e9f 100644
--- a/sky/viewer/internals.h
+++ b/sky/viewer/internals.h
@@ -34,6 +34,8 @@ class Internals : public gin::Wrappable<Internals> {
mojo::Handle ConnectToService(
const std::string& application_url, const std::string& interface_name);
+ void pauseAnimations(double pauseTime);
+
base::WeakPtr<DocumentView> document_view_;
TestHarnessPtr test_harness_;

Powered by Google App Engine
This is Rietveld 408576698