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

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutItem.h

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/api/LayoutItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
index 083fa55096c742477a4f0bc3d48061e1217b8bb2..303513fa614f87d1fbdec1d9da8a8d318ea11bfc 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
@@ -201,8 +201,8 @@ class LayoutItem {
return layout_object_->NeedsOverflowRecalcAfterStyleChange();
}
- void InvalidateTreeIfNeeded(const PaintInvalidationState& state) {
- layout_object_->InvalidateTreeIfNeeded(state);
+ void DeprecatedInvalidateTree(const PaintInvalidationState& state) {
+ layout_object_->DeprecatedInvalidateTree(state);
}
CompositingState GetCompositingState() const {

Powered by Google App Engine
This is Rietveld 408576698