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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.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/svg/LayoutSVGText.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
index bea009f529d1c654b9b04853aef2b05a1fdf1766..e5c80c3440502342ae246088536bd5ec3369adc7 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
@@ -409,12 +409,12 @@ void LayoutSVGText::RemoveChild(LayoutObject* child) {
LayoutSVGBlock::RemoveChild(child);
}
-void LayoutSVGText::InvalidateTreeIfNeeded(
+void LayoutSVGText::DeprecatedInvalidateTree(
const PaintInvalidationState& paint_invalidation_state) {
// TODO(wangxianzhu): Verify if the inherited
// LayoutBoxModelObject::invalidateTreeIfNeeded()
// is applicable here. If yes, remove this overriding method.
- LayoutObject::InvalidateTreeIfNeeded(paint_invalidation_state);
+ LayoutObject::DeprecatedInvalidateTree(paint_invalidation_state);
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h ('k') | third_party/WebKit/Source/core/paint/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698