| Index: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| index 33c16141ce881ad9dffb0b69764c7f0fc2409a31..ede8d154744c09867e4ab05049f6189b7b93a7c6 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| @@ -113,11 +113,6 @@ public:
|
| toView()->invalidatePaintForViewAndCompositedLayers();
|
| }
|
|
|
| - bool shouldDoFullPaintInvalidationForNextLayout() const
|
| - {
|
| - return toView()->shouldDoFullPaintInvalidationForNextLayout();
|
| - }
|
| -
|
| void sendMediaPositionChangeNotifications(const IntRect& visibleRect)
|
| {
|
| toView()->sendMediaPositionChangeNotifications(visibleRect);
|
|
|