| Index: third_party/WebKit/Source/platform/graphics/SquashingDisallowedReasons.h | 
| diff --git a/third_party/WebKit/Source/platform/graphics/SquashingDisallowedReasons.h b/third_party/WebKit/Source/platform/graphics/SquashingDisallowedReasons.h | 
| index 9cb4c7272eea1f8263445e534ec85e2a32873018..5b09b69628b2cbd4d22b5d518cbb2f27701dfe40 100644 | 
| --- a/third_party/WebKit/Source/platform/graphics/SquashingDisallowedReasons.h | 
| +++ b/third_party/WebKit/Source/platform/graphics/SquashingDisallowedReasons.h | 
| @@ -30,6 +30,7 @@ const uint64_t SquashingDisallowedReasonScrollChildWithCompositedDescendants | 
| const uint64_t SquashingDisallowedReasonSquashingLayerIsAnimating                = UINT64_C(1) << 14; | 
| const uint64_t SquashingDisallowedReasonRenderingContextMismatch                 = UINT64_C(1) << 15; | 
| const uint64_t SquashingDisallowedReasonNonTranslationTransform                  = UINT64_C(1) << 16; | 
| +const uint64_t SquashingDisallowedReasonFragmentedContent                        = UINT64_C(1) << 17; | 
|  | 
| typedef uint64_t SquashingDisallowedReasons; | 
|  | 
|  |