| Index: components/exo/display.h
|
| diff --git a/components/exo/display.h b/components/exo/display.h
|
| index 7e9ee4ed68182284b7f156081565f46e6036d9e6..780f4040bb214adbe2ca1d51917b872eb1afbb4d 100644
|
| --- a/components/exo/display.h
|
| +++ b/components/exo/display.h
|
| @@ -76,7 +76,6 @@ class Display {
|
| // Creates a remote shell surface for an existing surface using |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
|
|
|