Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 847e803c1ca5155766cedaf38d5c1dd39e2c2c48..f59a44bbfcd08d3f4e903cbbc8425c825ebc048f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1791,11 +1791,6 @@ |
void setShouldDoFullPaintInvalidation(PaintInvalidationReason reason) { |
m_layoutObject.setShouldDoFullPaintInvalidation(reason); |
} |
- void setShouldDoFullPaintInvalidationWithoutGeometryChange( |
- PaintInvalidationReason reason) { |
- m_layoutObject.setShouldDoFullPaintInvalidationWithoutGeometryChange( |
- reason); |
- } |
void setBackgroundChangedSinceLastPaintInvalidation() { |
m_layoutObject.setBackgroundChangedSinceLastPaintInvalidation(); |
} |