| Index: sky/engine/core/rendering/HitTestResult.h
|
| diff --git a/sky/engine/core/rendering/HitTestResult.h b/sky/engine/core/rendering/HitTestResult.h
|
| index 759cda2f7ce7cbc66304d153f4fff5479b91af87..9292912882c1902b1c144ddf3c406159ee5aedfc 100644
|
| --- a/sky/engine/core/rendering/HitTestResult.h
|
| +++ b/sky/engine/core/rendering/HitTestResult.h
|
| @@ -58,7 +58,6 @@ public:
|
| HitTestResult(const HitTestResult&);
|
| ~HitTestResult();
|
| HitTestResult& operator=(const HitTestResult&);
|
| - void trace(Visitor*);
|
|
|
| // For point-based hit tests, these accessors provide information about the node
|
| // under the point. For rect-based hit tests they are meaningless (reflect the
|
|
|