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

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

Issue 744313002: Need to reset enclosingPaginationLayer when a RenderLayer is removed from the tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put the expectation file in the right directory. Created 6 years, 1 month 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
Index: Source/core/rendering/RenderLayer.h
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
index ed86a0c6dd4c85956900d5dc01c66957e3cef676..7cc72ad62a8e528b4b62e94aeed7401c82c26724 100644
--- a/Source/core/rendering/RenderLayer.h
+++ b/Source/core/rendering/RenderLayer.h
@@ -586,6 +586,7 @@ private:
void updatePaginationRecursive(bool needsPaginationUpdate = false);
void updatePagination();
+ void clearPaginationRecursive();
// FIXME: Temporary. Remove when new columns come online.
bool useRegionBasedColumns() const;
« no previous file with comments | « LayoutTests/fast/multicol/remove-style-multicol-with-nested-layers-expected.txt ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698