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

Unified Diff: ash/wm/maximize_mode/maximize_mode_controller.h

Issue 500613003: Use standardized and extendable accelerometer update type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge and remove unused Vector3dF reference. Created 6 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/wm/maximize_mode/maximize_mode_controller.h
diff --git a/ash/wm/maximize_mode/maximize_mode_controller.h b/ash/wm/maximize_mode/maximize_mode_controller.h
index 326e8f8d386b6ee3e218f122180d6392c590570c..76199b700ded59c315aa2aa50b46c5dc5d069ab6 100644
--- a/ash/wm/maximize_mode/maximize_mode_controller.h
+++ b/ash/wm/maximize_mode/maximize_mode_controller.h
@@ -109,8 +109,8 @@ class ASH_EXPORT MaximizeModeController
void Shutdown();
// AccelerometerObserver:
- virtual void OnAccelerometerUpdated(const gfx::Vector3dF& base,
- const gfx::Vector3dF& lid) OVERRIDE;
+ virtual void OnAccelerometerUpdated(
+ const ui::AccelerometerUpdate& update) OVERRIDE;
// ShellObserver:
virtual void OnAppTerminating() OVERRIDE;
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/maximize_mode/maximize_mode_controller.cc » ('j') | chromeos/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698