Index: cc/video_layer_impl.cc |
diff --git a/cc/video_layer_impl.cc b/cc/video_layer_impl.cc |
index 54609e18a91c6e4e205d64ef223332c744334132..4ff62c85a6748c41aff503d3fd995121d3943b46 100644 |
--- a/cc/video_layer_impl.cc |
+++ b/cc/video_layer_impl.cc |
@@ -418,13 +418,6 @@ void VideoLayerImpl::setNeedsRedraw() |
layerTreeHostImpl()->setNeedsRedraw(); |
} |
-void VideoLayerImpl::dumpLayerProperties(std::string* str, int indent) const |
-{ |
- str->append(indentString(indent)); |
- str->append("video layer\n"); |
- LayerImpl::dumpLayerProperties(str, indent); |
-} |
- |
const char* VideoLayerImpl::layerTypeAsString() const |
{ |
return "VideoLayer"; |