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

Unified Diff: third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp

Issue 2858873002: [SPv2] Refactor PaintInvalidator to be multicol-ready. (Closed)
Patch Set: none Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/core/paint/FindPaintOffsetAndVisualRectNeedingUpdate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
index 37b71ceb80fd4c040f1708e9b4325802f94231ea..34a1d114800da89b50fa6b6dffa6969f92250e67 100644
--- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
+++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
@@ -639,7 +639,7 @@ void PaintInvalidationState::assertFastPathAndSlowPathRectsEqual(
PaintInvalidatorContextAdapter::PaintInvalidatorContextAdapter(
const PaintInvalidationState& paint_invalidation_state)
- : PaintInvalidatorContext(nullptr),
+ : PaintInvalidatorContext(),
paint_invalidation_state_(paint_invalidation_state) {
forced_subtree_invalidation_flags =
paint_invalidation_state.forced_subtree_invalidation_flags_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/FindPaintOffsetAndVisualRectNeedingUpdate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698