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

Unified Diff: chrome/browser/chromeos/accessibility/magnification_manager.h

Issue 682943002: Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash41_scroll_end_effect
Patch Set: Created 6 years, 2 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: chrome/browser/chromeos/accessibility/magnification_manager.h
diff --git a/chrome/browser/chromeos/accessibility/magnification_manager.h b/chrome/browser/chromeos/accessibility/magnification_manager.h
index 9fe371fcb4039a0b7842c6530f7453ddafc86048..0defb89c3f307df3de8950204f37635980ac727d 100644
--- a/chrome/browser/chromeos/accessibility/magnification_manager.h
+++ b/chrome/browser/chromeos/accessibility/magnification_manager.h
@@ -37,13 +37,13 @@ class MagnificationManager {
virtual bool IsMagnifierEnabled() const = 0;
// Returns the current type of the screen magnifier.
- virtual ash::MagnifierType GetMagnifierType() const = 0;
+ virtual ui::MagnifierType GetMagnifierType() const = 0;
// Enables the screen magnifier.
virtual void SetMagnifierEnabled(bool enabled) = 0;
// Changes the type of the screen magnifier.
- virtual void SetMagnifierType(ash::MagnifierType type) = 0;
+ virtual void SetMagnifierType(ui::MagnifierType type) = 0;
// Saves the magnifier scale to the pref.
virtual void SaveScreenMagnifierScale(double scale) = 0;

Powered by Google App Engine
This is Rietveld 408576698