Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: ui/platform_window/stub/stub_window.h

Issue 1999083002: Finish eliminating PlatformWindowMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/engine/app/ui/blimp_window_tree_host.cc ('k') | ui/platform_window/stub/stub_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « blimp/engine/app/ui/blimp_window_tree_host.cc ('k') | ui/platform_window/stub/stub_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698