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

Unified Diff: components/exo/display.h

Issue 2706543002: exo: Synchronize multi-display window positioning (Closed)
Patch Set: Address nit Created 3 years, 10 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 | components/exo/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/display.h
diff --git a/components/exo/display.h b/components/exo/display.h
index dd9098a0c5a8109dd4d6da3412265960348c8bd8..7e9ee4ed68182284b7f156081565f46e6036d9e6 100644
--- a/components/exo/display.h
+++ b/components/exo/display.h
@@ -74,8 +74,10 @@ class Display {
const gfx::Point& position);
// Creates a remote shell surface for an existing surface using |container|.
- std::unique_ptr<ShellSurface> CreateRemoteShellSurface(Surface* surface,
- int container);
+ std::unique_ptr<ShellSurface> CreateRemoteShellSurface(
+ Surface* surface,
+ const gfx::Point& origin,
+ int container);
// Creates a sub-surface for an existing surface. The sub-surface will be
// a child of |parent|.
« no previous file with comments | « no previous file | components/exo/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698