Chromium Code Reviews| Index: cc/CCTextureLayerImpl.cpp |
| diff --git a/cc/CCTextureLayerImpl.cpp b/cc/CCTextureLayerImpl.cpp |
| index f262297643e40d799f58d9cb5b498a152796364f..ce08c2d4322b3cd3019d604200f2abb1f2ad667b 100644 |
| --- a/cc/CCTextureLayerImpl.cpp |
| +++ b/cc/CCTextureLayerImpl.cpp |
| @@ -74,6 +74,11 @@ void CCTextureLayerImpl::didLoseContext() |
| m_externalTextureResource = 0; |
| } |
| +const char* CCTextureLayerImpl::layerTypeAsString() const |
| +{ |
| + return "TextureLayer"; |
| +} |
| + |
| } |
| #endif // USE(ACCELERATED_COMPOSITING) |