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

Unified Diff: Source/core/css/CSSCrossfadeValue.h

Issue 1201983003: Oilpan: eagerly finalize CSSCrossfadeValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add comment Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/css/CSSValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCrossfadeValue.h
diff --git a/Source/core/css/CSSCrossfadeValue.h b/Source/core/css/CSSCrossfadeValue.h
index 529e9689863eb8657acc216e5fa51f185b274557..cb71539951a6e806d26624905c460f7c3196400b 100644
--- a/Source/core/css/CSSCrossfadeValue.h
+++ b/Source/core/css/CSSCrossfadeValue.h
@@ -66,6 +66,11 @@ public:
bool equals(const CSSCrossfadeValue&) const;
+ // Promptly remove as a ImageResource client.
+ EAGERLY_FINALIZE();
+#if ENABLE(OILPAN)
+ DECLARE_EAGER_FINALIZATION_OPERATOR_NEW();
+#endif
DECLARE_TRACE_AFTER_DISPATCH();
private:
« no previous file with comments | « no previous file | Source/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698