| Index: cc/CCVideoLayerImpl.h
|
| diff --git a/cc/CCVideoLayerImpl.h b/cc/CCVideoLayerImpl.h
|
| index cc65b1fdadb0c5aeb733dfa2c9529feb8eca1751..814513ecb4e8d489197e1cedf4ba35c684aefd03 100644
|
| --- a/cc/CCVideoLayerImpl.h
|
| +++ b/cc/CCVideoLayerImpl.h
|
| @@ -62,7 +62,7 @@ private:
|
| CCVideoLayerImpl(int, WebKit::WebVideoFrameProvider*);
|
|
|
| static IntSize computeVisibleSize(const WebKit::WebVideoFrame&, unsigned plane);
|
| - virtual const char* layerTypeAsString() const OVERRIDE { return "VideoLayer"; }
|
| + virtual const char* layerTypeAsString() const OVERRIDE;
|
|
|
| void willDrawInternal(CCResourceProvider*);
|
| bool allocatePlaneData(CCResourceProvider*);
|
|
|