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

Unified Diff: components/exo/wm_helper_mus.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/wm_helper_ash.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_mus.h
diff --git a/components/exo/wm_helper_mus.h b/components/exo/wm_helper_mus.h
index a74f65c0b1261825b650410d41cb98e8b48f39c0..b9f27d70fd20de8b893a3e881bc82668049aa2fc 100644
--- a/components/exo/wm_helper_mus.h
+++ b/components/exo/wm_helper_mus.h
@@ -28,7 +28,7 @@ class WMHelperMus : public WMHelper,
WMHelperMus();
~WMHelperMus() override;
- // Overriden from WMHelper:
+ // Overridden from WMHelper:
const display::ManagedDisplayInfo GetDisplayInfo(
int64_t display_id) const override;
aura::Window* GetContainer(int container_id) override;
@@ -44,15 +44,15 @@ class WMHelperMus : public WMHelper,
bool IsSpokenFeedbackEnabled() const override;
void PlayEarcon(int sound_key) const override;
- // Overriden from aura::FocusSynchronizerObserver:
+ // Overridden from aura::FocusSynchronizerObserver:
void OnActiveFocusClientChanged(aura::client::FocusClient* focus_client,
aura::Window* focus_client_root) override;
- // Overriden from ui::client::FocusChangeObserver:
+ // Overridden from ui::client::FocusChangeObserver:
void OnWindowFocused(aura::Window* gained_focus,
aura::Window* lost_focus) override;
- // Overriden from ui::InputDeviceEventObserver:
+ // Overridden from ui::InputDeviceEventObserver:
void OnKeyboardDeviceConfigurationChanged() override;
private:
« no previous file with comments | « components/exo/wm_helper_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698