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

Unified Diff: ash/mus/touch_hud_layout.h

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change window manager connection unittest to original Created 4 years, 5 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 | « ash/mus/root_window_controller.cc ('k') | ash/mus/touch_hud_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/touch_hud_layout.h
diff --git a/ash/mus/screenlock_layout.h b/ash/mus/touch_hud_layout.h
similarity index 55%
copy from ash/mus/screenlock_layout.h
copy to ash/mus/touch_hud_layout.h
index 8d645480410f3fe66541655e679aed116a7cdd61..a3705b2fe48a8f924d9bdc97c35667e19e2ca570 100644
--- a/ash/mus/screenlock_layout.h
+++ b/ash/mus/touch_hud_layout.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_MUS_SCREENLOCK_LAYOUT_H_
-#define ASH_MUS_SCREENLOCK_LAYOUT_H_
+#ifndef ASH_MUS_TOUCH_HUD_LAYOUT_H_
+#define ASH_MUS_TOUCH_HUD_LAYOUT_H_
#include "ash/mus/layout_manager.h"
#include "base/macros.h"
@@ -11,20 +11,20 @@
namespace ash {
namespace mus {
-// Lays out the shelf within shelf containers.
-class ScreenlockLayout : public LayoutManager {
+// Lays out the touch hud app.
+class TouchHudLayout : public LayoutManager {
public:
- explicit ScreenlockLayout(::ui::Window* owner);
- ~ScreenlockLayout() override;
+ explicit TouchHudLayout(::ui::Window* owner);
+ ~TouchHudLayout() override;
private:
// Overridden from LayoutManager:
void LayoutWindow(::ui::Window* window) override;
- DISALLOW_COPY_AND_ASSIGN(ScreenlockLayout);
+ DISALLOW_COPY_AND_ASSIGN(TouchHudLayout);
};
} // namespace mus
} // namespace ash
-#endif // ASH_MUS_SCREENLOCK_LAYOUT_H_
+#endif // ASH_MUS_TOUCH_HUD_LAYOUT_H_
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | ash/mus/touch_hud_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698