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

Unified Diff: sky/engine/core/css/CSSCalculationValue.h

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/css/CSSBorderImageSliceValue.cpp ('k') | sky/engine/core/css/CSSCalculationValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSCalculationValue.h
diff --git a/sky/engine/core/css/CSSCalculationValue.h b/sky/engine/core/css/CSSCalculationValue.h
index 03bd2917740a97f62ac183fcb885ca7e1b49f898..5400f92ccf884864cf71559dfa1f0083682dfec8 100644
--- a/sky/engine/core/css/CSSCalculationValue.h
+++ b/sky/engine/core/css/CSSCalculationValue.h
@@ -89,8 +89,6 @@ public:
virtual CSSPrimitiveValue::UnitType primitiveType() const = 0;
bool isInteger() const { return m_isInteger; }
- virtual void trace(Visitor*) { }
-
protected:
CSSCalcExpressionNode(CalculationCategory category, bool isInteger)
: m_category(category)
@@ -130,8 +128,6 @@ public:
String customCSSText() const;
bool equals(const CSSCalcValue&) const;
- void traceAfterDispatch(Visitor*);
-
private:
CSSCalcValue(PassRefPtr<CSSCalcExpressionNode> expression, ValueRange range)
: CSSValue(CalculationClass)
« no previous file with comments | « sky/engine/core/css/CSSBorderImageSliceValue.cpp ('k') | sky/engine/core/css/CSSCalculationValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698