| Index: ash/host/ash_window_tree_host_unified.cc
|
| diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc
|
| index f94d1e277ed1a92baeb3add43a9dea36ad36214c..306f5f5c63f0017355db65cc47e97f2bcc102788 100644
|
| --- a/ash/host/ash_window_tree_host_unified.cc
|
| +++ b/ash/host/ash_window_tree_host_unified.cc
|
| @@ -82,6 +82,10 @@ void AshWindowTreeHostUnified::RegisterMirroringHost(
|
| void AshWindowTreeHostUnified::ToggleFullScreen() {
|
| }
|
|
|
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +void AshWindowTreeHostUnified::RemapAsNormalWindow() {}
|
| +#endif
|
| +
|
| bool AshWindowTreeHostUnified::ConfineCursorToRootWindow() {
|
| return true;
|
| }
|
|
|