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

Unified Diff: third_party/WebKit/Source/core/css/cssom/StyleValue.h

Issue 1495613003: [Oilpan] Fix compile error on Oilpan after r362875 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | third_party/WebKit/Source/core/css/cssom/StyleValue.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/StyleValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValue.h b/third_party/WebKit/Source/core/css/cssom/StyleValue.h
index bccdecaf2c83d55cd84226ccc606876303236b0c..7dc1841c19bbbc5773288e211a1832d0e0a98d84 100644
--- a/third_party/WebKit/Source/core/css/cssom/StyleValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/StyleValue.h
@@ -27,6 +27,8 @@ public:
virtual const String& cssString() const = 0;
virtual PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() = 0;
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
+
protected:
StyleValue() {}
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/cssom/StyleValue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698