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

Unified Diff: components/exo/wm_helper_ash.h

Issue 2778913002: exo: Clean up cursor code (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « components/exo/shell_surface.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_ash.h
diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
index 15386fbc54cb287fa4231199be1efdb1ae76b887..03c4dd6268e4b962796d063cee6053d5302a9833 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -30,7 +30,7 @@ class WMHelperAsh : public WMHelper,
WMHelperAsh();
~WMHelperAsh() override;
- // Overriden from WMHelper:
+ // Overridden from WMHelper:
const display::ManagedDisplayInfo GetDisplayInfo(
int64_t display_id) const override;
aura::Window* GetContainer(int container_id) override;
@@ -46,17 +46,17 @@ class WMHelperAsh : public WMHelper,
bool IsSpokenFeedbackEnabled() const override;
void PlayEarcon(int sound_key) const override;
- // Overriden from aura::client::ActivationChangeObserver:
+ // Overridden from aura::client::ActivationChangeObserver:
void OnWindowActivated(
aura::client::ActivationChangeObserver::ActivationReason reason,
aura::Window* gained_active,
aura::Window* lost_active) override;
- // Overriden from aura::client::FocusChangeObserver:
+ // Overridden from aura::client::FocusChangeObserver:
void OnWindowFocused(aura::Window* gained_focus,
aura::Window* lost_focus) override;
- // Overriden from aura::client::CursorClientObserver:
+ // Overridden from aura::client::CursorClientObserver:
void OnCursorVisibilityChanged(bool is_visible) override;
void OnCursorSetChanged(ui::CursorSetType cursor_set) override;
@@ -64,15 +64,15 @@ class WMHelperAsh : public WMHelper,
void OnAccessibilityModeChanged(
ash::AccessibilityNotificationVisibility notify) override;
- // Overriden from ash::ShellObserver:
+ // Overridden from ash::ShellObserver:
void OnMaximizeModeStarted() override;
void OnMaximizeModeEnding() override;
void OnMaximizeModeEnded() override;
- // Overriden from ash::WmDisplayObserver:
+ // Overridden from ash::WmDisplayObserver:
void OnDisplayConfigurationChanged() override;
- // Overriden from ui::InputDeviceEventObserver:
+ // Overridden from ui::InputDeviceEventObserver:
void OnKeyboardDeviceConfigurationChanged() override;
private:
« no previous file with comments | « components/exo/shell_surface.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698