| Index: cc/blink/web_content_layer_impl.cc
 | 
| diff --git a/cc/blink/web_content_layer_impl.cc b/cc/blink/web_content_layer_impl.cc
 | 
| index 4ccd763908686e31d2818548c4c4330c4caf4ff6..0eef60992f0f785228f026fd2e6211be908d8a05 100644
 | 
| --- a/cc/blink/web_content_layer_impl.cc
 | 
| +++ b/cc/blink/web_content_layer_impl.cc
 | 
| @@ -54,16 +54,6 @@ void WebContentLayerImpl::setDoubleSided(bool double_sided) {
 | 
|    layer_->layer()->SetDoubleSided(double_sided);
 | 
|  }
 | 
|  
 | 
| -void WebContentLayerImpl::PaintContents(
 | 
| -    SkCanvas* canvas,
 | 
| -    const gfx::Rect& clip,
 | 
| -    cc::ContentLayerClient::PaintingControlSetting painting_control) {
 | 
| -  if (!client_)
 | 
| -    return;
 | 
| -
 | 
| -  client_->paintContents(canvas, clip, PaintingControlToWeb(painting_control));
 | 
| -}
 | 
| -
 | 
|  scoped_refptr<cc::DisplayItemList>
 | 
|  WebContentLayerImpl::PaintContentsToDisplayList(
 | 
|      const gfx::Rect& clip,
 | 
| 
 |