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