| Index: ui/compositor/layer.cc
 | 
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
 | 
| index 352a9ce1e1e69e032cc691aa27e34589c2f07689..f37077455ed859435d9db5e786ccb5bc2db8365c 100644
 | 
| --- a/ui/compositor/layer.cc
 | 
| +++ b/ui/compositor/layer.cc
 | 
| @@ -750,14 +750,6 @@ void Layer::RequestCopyOfOutput(scoped_ptr<cc::CopyOutputRequest> request) {
 | 
|    cc_layer_->RequestCopyOfOutput(request.Pass());
 | 
|  }
 | 
|  
 | 
| -void Layer::PaintContents(
 | 
| -    SkCanvas* sk_canvas,
 | 
| -    const gfx::Rect& clip,
 | 
| -    ContentLayerClient::PaintingControlSetting painting_control) {
 | 
| -  // The old non-slimming paint path is not used in ui::Compositor.
 | 
| -  NOTREACHED();
 | 
| -}
 | 
| -
 | 
|  scoped_refptr<cc::DisplayItemList> Layer::PaintContentsToDisplayList(
 | 
|      const gfx::Rect& clip,
 | 
|      ContentLayerClient::PaintingControlSetting painting_control) {
 | 
| 
 |