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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.h

Issue 2033513003: (NOT FOR COMMIT) Testing layer invalidation speedups. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/core/paint/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index b190197cf90abb94029d6366dba38807390cc17e..fa27773d0f28fbdd0adddb8181b21e927749542d 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -422,6 +422,8 @@ public:
// compositing state may legally be read.
bool isAllowedToQueryCompositingState() const;
+ void finalizeInvalidations();
+
// Don't null check this.
// FIXME: Rename.
CompositedLayerMapping* compositedLayerMapping() const;

Powered by Google App Engine
This is Rietveld 408576698