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

Unified Diff: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h

Issue 2868283003: [SPv2] Renaming and refactor about raster invalidation tracking (Closed)
Patch Set: - Created 3 years, 7 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/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,

Powered by Google App Engine
This is Rietveld 408576698