| Index: ui/platform_window/stub/stub_window.h
|
| diff --git a/ui/platform_window/stub/stub_window.h b/ui/platform_window/stub/stub_window.h
|
| index 4b8d29e2b08ba16bad211f537d564df6d04decf6..080e945cdd1dd73cce6ce64ecfd54b5de9c36f49 100644
|
| --- a/ui/platform_window/stub/stub_window.h
|
| +++ b/ui/platform_window/stub/stub_window.h
|
| @@ -17,8 +17,9 @@ class PlatformWindowDelegate;
|
|
|
| class STUB_WINDOW_EXPORT StubWindow : NON_EXPORTED_BASE(public PlatformWindow) {
|
| public:
|
| - StubWindow(PlatformWindowDelegate* delegate,
|
| - bool use_default_accelerated_widget = true);
|
| + explicit StubWindow(PlatformWindowDelegate* delegate,
|
| + bool use_default_accelerated_widget = true,
|
| + const gfx::Rect& bounds = gfx::Rect());
|
| ~StubWindow() override;
|
|
|
| private:
|
|
|