| Index: Source/platform/graphics/ListContainer.cpp
|
| diff --git a/Source/platform/graphics/ListContainer.cpp b/Source/platform/graphics/ListContainer.cpp
|
| index 34d7661b85c21e3cf965b410df823278e7aec03e..1368443c6d71c6d1b2076a699f6a67f3a82a1ae5 100644
|
| --- a/Source/platform/graphics/ListContainer.cpp
|
| +++ b/Source/platform/graphics/ListContainer.cpp
|
| @@ -427,6 +427,11 @@ bool ListContainerBase::empty() const
|
| return m_data->isEmpty();
|
| }
|
|
|
| +size_t ListContainerBase::maxSizeForDerivedClass() const
|
| +{
|
| + return m_data->elementSize();
|
| +}
|
| +
|
| void ListContainerBase::clear()
|
| {
|
| m_data->clear();
|
|
|