summaryrefslogtreecommitdiff
path: root/emulator/screen-sharing-agent/app/src/main/cpp/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/screen-sharing-agent/app/src/main/cpp/controller.h')
-rw-r--r--emulator/screen-sharing-agent/app/src/main/cpp/controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/screen-sharing-agent/app/src/main/cpp/controller.h b/emulator/screen-sharing-agent/app/src/main/cpp/controller.h
index bcecee7df5d..cf15c4d25b5 100644
--- a/emulator/screen-sharing-agent/app/src/main/cpp/controller.h
+++ b/emulator/screen-sharing-agent/app/src/main/cpp/controller.h
@@ -60,6 +60,7 @@ private:
int64_t motion_event_start_time_;
KeyCharacterMap* key_character_map_;
ScopedSetting stay_on_;
+ ScopedSetting accelerometer_rotation_;
DISALLOW_COPY_AND_ASSIGN(Controller);
};