| 74 | } |
| 75 | |
| 76 | void NpShape::onRefCountZero() |
| 77 | { |
| 78 | NpFactory::getInstance().onShapeRelease(this); |
| 79 | // see NpShape.h for ref counting semantics for shapes |
| 80 | NpDestroy(getScbShape()); |
| 81 | } |
| 82 | |
| 83 | // PX_SERIALIZATION |
| 84 |
nothing calls this directly
no test coverage detected