| 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_;
|
|
|
|
|