Commit dd7f9564 authored by Luis Hector Chavez's avatar Luis Hector Chavez Committed by Commit Bot

arc: Mark ScaleFactor as Extensible

This is in preparation to land
https://chromium-review.googlesource.com/c/chromium/src/+/929945
in a safe manner.

BUG=None

Change-Id: I76a37edddce04edcd8bfc8333a7a6d47dd3f762d
Reviewed-on: https://chromium-review.googlesource.com/935362Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539160}
parent 72d8a481
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
module arc.mojom; module arc.mojom;
// Duplicates ui::ScaleFactor enum in order to be accessible on Android side. // Duplicates ui::ScaleFactor enum in order to be accessible on Android side.
[Extensible]
enum ScaleFactor { enum ScaleFactor {
SCALE_FACTOR_NONE = 0, SCALE_FACTOR_NONE = 0,
SCALE_FACTOR_100P, SCALE_FACTOR_100P,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment