Chromium Code Reviews| Index: sky/engine/core/css/CSSMatrix.h |
| diff --git a/sky/engine/core/css/CSSMatrix.h b/sky/engine/core/css/CSSMatrix.h |
| index 28b241dbb2f092e399297d0811544602179d70f8..c61bacbc51f999b2eb96f541c9dca04ec7b9aead 100644 |
| --- a/sky/engine/core/css/CSSMatrix.h |
| +++ b/sky/engine/core/css/CSSMatrix.h |
| @@ -148,8 +148,6 @@ public: |
| String toString() const; |
| - void trace(Visitor*) { } |
| - |
| protected: |
| CSSMatrix(const TransformationMatrix&); |
| CSSMatrix(const String&, ExceptionState&); |