| 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 13fa2b75139bafe8373a1f70f9a58b1333e0fb22..029d946358dd42f05bae13bbd57687932e3cf622 100644
|
| --- a/ui/platform_window/stub/stub_window.h
|
| +++ b/ui/platform_window/stub/stub_window.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| +#include "ui/gfx/native_widget_types.h"
|
| #include "ui/platform_window/platform_window.h"
|
| #include "ui/platform_window/stub/stub_window_export.h"
|
|
|
| @@ -15,7 +16,8 @@ namespace ui {
|
|
|
| class STUB_WINDOW_EXPORT StubWindow : NON_EXPORTED_BASE(public PlatformWindow) {
|
| public:
|
| - explicit StubWindow(PlatformWindowDelegate* delegate);
|
| + StubWindow(PlatformWindowDelegate* delegate,
|
| + gfx::AcceleratedWidget accelerated_widget);
|
| ~StubWindow() override;
|
|
|
| private:
|
|
|