| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| index 73547d60bcb39271c829c822e613840ac4548828..ad3a660acdcea6525a1fdd1f1604f85e97cde85c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
|
| @@ -81,7 +81,6 @@ class PLATFORM_EXPORT PaintArtifactCompositor {
|
| return extra_data_for_testing_.get();
|
| }
|
|
|
| - void SetTracksRasterInvalidations(bool);
|
| void ResetTrackedRasterInvalidations();
|
| bool HasTrackedRasterInvalidations() const;
|
|
|
| @@ -178,7 +177,6 @@ class PLATFORM_EXPORT PaintArtifactCompositor {
|
| std::unique_ptr<ExtraDataForTesting> extra_data_for_testing_;
|
| friend class StubChromeClientForSPv2;
|
|
|
| - bool is_tracking_raster_invalidations_;
|
| FRIEND_TEST_ALL_PREFIXES(PaintArtifactCompositorTestWithPropertyTrees,
|
| ForeignLayerPassesThrough);
|
| FRIEND_TEST_ALL_PREFIXES(PaintArtifactCompositorTestWithPropertyTrees,
|
|
|