| Index: ui/base/test/scoped_fake_nswindow_fullscreen.h
|
| diff --git a/ui/base/test/scoped_fake_nswindow_fullscreen.h b/ui/base/test/scoped_fake_nswindow_fullscreen.h
|
| index 8424932923ed2aa9d1002ba4c3843608c3e8a162..6a5e639775d6e2b48fc0f0af84383a81e573f281 100644
|
| --- a/ui/base/test/scoped_fake_nswindow_fullscreen.h
|
| +++ b/ui/base/test/scoped_fake_nswindow_fullscreen.h
|
| @@ -24,6 +24,9 @@ class ScopedFakeNSWindowFullscreen {
|
| ScopedFakeNSWindowFullscreen();
|
| ~ScopedFakeNSWindowFullscreen();
|
|
|
| + // Wait for any transition in progress to complete.
|
| + void FinishTransition();
|
| +
|
| private:
|
| std::unique_ptr<Impl> impl_;
|
|
|
|
|