| Index: cc/blink/web_content_layer_impl.h
 | 
| diff --git a/cc/blink/web_content_layer_impl.h b/cc/blink/web_content_layer_impl.h
 | 
| index 8d9c5fbd5ae4be3362dcb9ab3816d08a1124df76..b9ca2b486d066e854faf62e9d031193ac0736f33 100644
 | 
| --- a/cc/blink/web_content_layer_impl.h
 | 
| +++ b/cc/blink/web_content_layer_impl.h
 | 
| @@ -30,6 +30,7 @@ class WebContentLayerImpl : public blink::WebContentLayer,
 | 
|    // WebContentLayer implementation.
 | 
|    virtual blink::WebLayer* layer();
 | 
|    virtual void setDoubleSided(bool double_sided);
 | 
| +  // TODO(danakj): Remove me.
 | 
|    virtual void setDrawCheckerboardForMissingTiles(bool checkerboard);
 | 
|  
 | 
|   protected:
 | 
| 
 |