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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutPart.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/LayoutPart.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
index f34be6d49115bb6701e31befc2b1f717ee119d85..9a87ca1d890f428ddafd93b7024629464c0975b7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutPart.h
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
@@ -77,7 +77,7 @@ class CORE_EXPORT LayoutPart : public LayoutReplaced {
CursorDirective GetCursor(const LayoutPoint&, Cursor&) const final;
// Overridden to invalidate the child frame if any.
- void InvalidatePaintOfSubtreesIfNeeded(
+ void DeprecatedInvalidatePaintOfSubtrees(
const PaintInvalidationState&) override;
private:
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698