Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| index 6d9f77bd11a168192ae360ce5984b8dab28b3256..df896544d42bfef012274b04aaeee872856eaedc 100644 |
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| @@ -187,6 +187,9 @@ enum BackgroundEdgeOrigin { TopEdge, RightEdge, BottomEdge, LeftEdge }; |
| // CSS Mask Source Types |
| enum EMaskSourceType { MaskAlpha, MaskLuminance }; |
| +// CSS3 Directional Focus Navigation |
| +enum ENavigationTarget { Current = 0, Root = 1, TargetName = 2 }; |
|
fs
2016/05/18 15:55:05
No need to specify values here. It might be worth
|
| + |
| // Deprecated Flexible Box Properties |
| enum EBoxPack { Start, Center, End, Justify }; |