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

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

Issue 2851453005: Mark some non-spinvalidation methods deprecated, and update paint/README.md (Closed)
Patch Set: - 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
Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
index 781787641c9572f1d6c4ead586fecf4bc0b065db..496270a86f26fc7fbbe7b88ac937066e5b3fc381 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
@@ -991,11 +991,6 @@ void LayoutBlock::RemovePositionedObject(LayoutBox* o) {
}
PaintInvalidationReason LayoutBlock::InvalidatePaint(
- const PaintInvalidationState& paint_invalidation_state) {
- return LayoutBox::InvalidatePaint(paint_invalidation_state);
-}
-
-PaintInvalidationReason LayoutBlock::InvalidatePaint(
const PaintInvalidatorContext& context) const {
return BlockPaintInvalidator(*this).InvalidatePaint(context);
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.h ('k') | third_party/WebKit/Source/core/layout/LayoutBlockFlow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698