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

Unified Diff: ash/root_window_controller.h

Issue 25108005: linux_aura: Compile ash into chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos link Created 7 years, 3 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
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 49ce6b89f89ab2d10e90b6fb5f1c2c68a7e9bda2..8bac8bb910c5e55ca0216ecd1e7bd7441c916fb1 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -64,7 +64,7 @@ class TouchHudDebug;
class TouchHudProjection;
class WorkspaceController;
-#if defined(USE_X11)
+#if defined(OS_CHROMEOS)
class BootSplashScreen;
#endif
@@ -262,7 +262,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
PanelLayoutManager* panel_layout_manager_;
scoped_ptr<SystemBackgroundController> system_background_;
-#if defined(USE_X11)
+#if defined(OS_CHROMEOS)
scoped_ptr<BootSplashScreen> boot_splash_screen_;
#endif

Powered by Google App Engine
This is Rietveld 408576698