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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutView.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/LayoutView.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
index eba570f83baeb7c47ce6c34aae45a404cf88d78b..288b0a55a2924a03b036725e52a5658020feb0bf 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
@@ -442,11 +442,6 @@ void LayoutView::ComputeSelfHitTestRects(Vector<LayoutRect>& rects,
}
PaintInvalidationReason LayoutView::InvalidatePaint(
- const PaintInvalidationState& paint_invalidation_state) {
- return LayoutBlockFlow::InvalidatePaint(paint_invalidation_state);
-}
-
-PaintInvalidationReason LayoutView::InvalidatePaint(
const PaintInvalidatorContext& context) const {
return ViewPaintInvalidator(*this, context).InvalidatePaint();
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutView.h ('k') | third_party/WebKit/Source/core/layout/PaintInvalidationState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698