summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorTim Joines <tjoines@google.com>2019-06-19 21:33:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-06-19 21:33:29 +0000
commit10b9def7cbf5c0c36f34317c25165086b43bbdfc (patch)
tree6b5f05899bb94ff37aa02be74c7b3e81847e037f /proto/src
parentfa54e4b62ac119ccfa0201c94b9b487dee4eea2e (diff)
parentffde2ea8e5df51c7efe3f4389ac86fce85dc0405 (diff)
Merge "Add config to control full task snapshot scale" into qt-dev
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/task_snapshot.proto1
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