diff options
author | Tim Joines <tjoines@google.com> | 2019-06-19 21:33:29 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-06-19 21:33:29 +0000 |
commit | 10b9def7cbf5c0c36f34317c25165086b43bbdfc (patch) | |
tree | 6b5f05899bb94ff37aa02be74c7b3e81847e037f /proto | |
parent | fa54e4b62ac119ccfa0201c94b9b487dee4eea2e (diff) | |
parent | ffde2ea8e5df51c7efe3f4389ac86fce85dc0405 (diff) |
Merge "Add config to control full task snapshot scale" into qt-dev
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/task_snapshot.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/src/task_snapshot.proto b/proto/src/task_snapshot.proto index a1bbe5212bbf..381d9834fa87 100644 --- a/proto/src/task_snapshot.proto +++ b/proto/src/task_snapshot.proto @@ -32,4 +32,5 @@ int32 system_ui_visibility = 8; bool is_translucent = 9; string top_activity_component = 10; + float scale = 11; }
\ No newline at end of file |