Commit aaf359b0 authored by Ziran Sun's avatar Ziran Sun Committed by Chromium LUCI CQ

Rename enums PhiscalRadiusCorner to PhysicalBoxCorner

This leaves flexibiity for other properties referencing corners in the future.

Bug: 1155270
Change-Id: I67c7f90c1c8c67f31903a1e3455fb504db21f2ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595033Reviewed-by: default avatarOriol Brufau <obrufau@igalia.com>
Commit-Queue: Oriol Brufau <obrufau@igalia.com>
Cr-Commit-Position: refs/heads/master@{#842103}
parent 52d7f498
......@@ -17,7 +17,7 @@ using PhysicalMapping = CSSDirectionAwareResolver::PhysicalMapping<size>;
enum PhysicalAxis { kPhysicalAxisX, kPhysicalAxisY };
enum PhysicalBoxSide { kTopSide, kRightSide, kBottomSide, kLeftSide };
enum PhiscalRadiusCorner {
enum PhysicalBoxCorner {
kTopLeftCorner,
kTopRightCorner,
kBottomRightCorner,
......
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