summaryrefslogtreecommitdiff
path: root/include/input/Input.h
diff options
context:
space:
mode:
author Michael Wright <michaelwr@google.com> 2022-12-02 16:43:18 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-12-02 16:43:18 +0000
commitaa20704476fdae2d0d1542a05f492ff0d83783b9 (patch)
tree9b227262f705658b30f10f094ef8bba56264241c /include/input/Input.h
parent9a319744a9c8c5043a0f9f235d41addd85a5cca3 (diff)
parenta9cf419caeebb019a6ca39fd43aab69f0956ae85 (diff)
Merge "Convert orientation values in input to ui::Rotation."
Diffstat (limited to 'include/input/Input.h')
-rw-r--r--include/input/Input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input/Input.h b/include/input/Input.h
index d298d817f5..07a566a63c 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -577,7 +577,7 @@ public:
inline const ui::Transform& getTransform() const { return mTransform; }
- int getSurfaceRotation() const;
+ int32_t getSurfaceRotation() const;
inline float getXPrecision() const { return mXPrecision; }