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

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

Issue 2831683003: Refactor to centralize code which decides whether ObjectPaintProperties are needed. (Closed)
Patch Set: none Created 3 years, 8 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/RarePaintData.h
diff --git a/third_party/WebKit/Source/core/paint/RarePaintData.h b/third_party/WebKit/Source/core/paint/RarePaintData.h
index 3d3e8275471466f20bdeadd9eed318cb72eeb903..a80ac6daeff0460d5f2406d6a6b8347b67147bf2 100644
--- a/third_party/WebKit/Source/core/paint/RarePaintData.h
+++ b/third_party/WebKit/Source/core/paint/RarePaintData.h
@@ -32,6 +32,7 @@ class CORE_EXPORT RarePaintData {
return paint_properties_.get();
}
ObjectPaintProperties& EnsurePaintProperties();
+ void ClearPaintProperties();
PropertyTreeState* LocalBorderBoxProperties() const {
return local_border_box_properties_.get();

Powered by Google App Engine
This is Rietveld 408576698