| 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 e9f4bc47d90bf3ef4e1b494a2240f9bef1c029e7..10015b6013ccad60b9a321db0e1e2ea35bb3c4ae 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -54,8 +54,7 @@ enum StyleRecalcChange {
|
| ReattachNoLayoutObject
|
| };
|
|
|
| -static const size_t PrintColorAdjustBits = 1;
|
| -enum PrintColorAdjust { PrintColorAdjustEconomy, PrintColorAdjustExact };
|
| +enum class PrintColorAdjust : unsigned { Economy, Exact };
|
|
|
| // Static pseudo styles. Dynamic ones are produced on the fly.
|
| enum PseudoId {
|
|
|