Chromium Code Reviews| Index: Source/core/rendering/RenderLayer.h | 
| =================================================================== | 
| --- Source/core/rendering/RenderLayer.h (revision 177866) | 
| +++ Source/core/rendering/RenderLayer.h (working copy) | 
| @@ -156,6 +156,7 @@ | 
| CheckForRepaint = 1 << 0, | 
| NeedsFullRepaintInBacking = 1 << 1, | 
| UpdatePagination = 1 << 2, | 
| + ForceMayNeedPaintInvalidation = 1 << 3, | 
| }; | 
| typedef unsigned UpdateLayerPositionsFlags; |