| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index e644d2af25619be170061ae286c22e093c44363f..6a7af3cecf71219e82d6b116cd8b889625c89294 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -421,7 +421,7 @@ class ASH_EXPORT Shell
|
| // Starts the animation that occurs on first login.
|
| void DoInitialWorkspaceAnimation();
|
|
|
| -#if defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS) && defined(USE_X11)
|
| // TODO(oshima): Move these objects to DisplayController.
|
| chromeos::OutputConfigurator* output_configurator() {
|
| return output_configurator_.get();
|
| @@ -560,7 +560,7 @@ class ASH_EXPORT Shell
|
|
|
| scoped_ptr<internal::DisplayManager> display_manager_;
|
|
|
| -#if defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS) && defined(USE_X11)
|
| // Controls video output device state.
|
| scoped_ptr<chromeos::OutputConfigurator> output_configurator_;
|
| scoped_ptr<internal::OutputConfiguratorAnimation>
|
|
|