| 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 c0170a6393215e48bdd1901a06a64acd021bfc87..3afd007d33b7e541b67ad1206054cb675a96723a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -288,7 +288,7 @@ enum DraggableRegionMode {
|
| kDraggableRegionNoDrag
|
| };
|
|
|
| -enum EIsolation { kIsolationAuto, kIsolationIsolate };
|
| +enum class EIsolation { kAuto, kIsolate };
|
|
|
| static const size_t kContainmentBits = 4;
|
| enum Containment {
|
|
|