Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1355)

Unified Diff: Source/core/rendering/RenderLayer.h

Issue 388563003: Merge 176880 "Properly repaint RenderLayer's descendants when it..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2062/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « LayoutTests/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698