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

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

Issue 2823853006: Adds bounds to parameters of StubWindow constrctor (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | 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 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:
« no previous file with comments | « no previous file | ui/platform_window/stub/stub_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698