| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| index a479f84d702141b8b1ad5fb665a8a9b1b075054c..00064dbfe6816b917b6962372a42f390589ac898 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -154,7 +154,7 @@ public:
|
| void notifyFirstTextPaint() override;
|
| void notifyFirstImagePaint() override;
|
|
|
| - void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect* clip) const override;
|
| + IntRect paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect* interestRect) const override;
|
| bool isTrackingPaintInvalidations() const override;
|
|
|
| #if ENABLE(ASSERT)
|
| @@ -441,8 +441,6 @@ private:
|
| unsigned m_backgroundLayerPaintsFixedRootBackground : 1;
|
| unsigned m_scrollingContentsAreEmpty : 1;
|
|
|
| - mutable IntRect m_previousPaintInterestRect;
|
| -
|
| friend class CompositedLayerMappingTest;
|
| };
|
|
|
|
|