| 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 913e83f08334d682b179d5c7e6341b7d5f7507e1..cf9524ec3409736160ffaf9992291068a42c9ae6 100644
 | 
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
 | 
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
 | 
| @@ -54,8 +54,6 @@ enum StyleRecalcChange {
 | 
|    ReattachNoLayoutObject
 | 
|  };
 | 
|  
 | 
| -enum class PrintColorAdjust : unsigned { Economy, Exact };
 | 
| -
 | 
|  // Static pseudo styles. Dynamic ones are produced on the fly.
 | 
|  enum PseudoId {
 | 
|    // The order must be NOP ID, public IDs, and then internal IDs.
 | 
| 
 |