| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index c7fd7515d9e11914074a3d1bc8d9bf590fd6bf75..056e57b545efdb4a156d552d90aa03d02f9e37d3 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -439,10 +439,6 @@ public:
|
| void showTreeAndMark(const Node* markedNode1, const char* markedLabel1, const Node* markedNode2 = 0, const char* markedLabel2 = 0) const;
|
| #endif
|
|
|
| - bool willRespondToMouseMoveEvents();
|
| -
|
| - virtual bool willRespondToMouseClickEvents();
|
| -
|
| enum ShadowTreesTreatment {
|
| TreatShadowTreesAsDisconnected,
|
| TreatShadowTreesAsComposed
|
|
|