| Index: cc/CCVideoLayerImpl.cpp
|
| diff --git a/cc/CCVideoLayerImpl.cpp b/cc/CCVideoLayerImpl.cpp
|
| index becf213a030365dfc03877f97edfd77d6611601f..dd15459ff35e4922f562c36ee249554854a0f309 100644
|
| --- a/cc/CCVideoLayerImpl.cpp
|
| +++ b/cc/CCVideoLayerImpl.cpp
|
| @@ -381,6 +381,11 @@ void CCVideoLayerImpl::dumpLayerProperties(std::string* str, int indent) const
|
| CCLayerImpl::dumpLayerProperties(str, indent);
|
| }
|
|
|
| +const char* CCVideoLayerImpl::layerTypeAsString() const
|
| +{
|
| + return "VideoLayer";
|
| +}
|
| +
|
| }
|
|
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
|
|