| Index: cc/blink/web_layer_impl.h
 | 
| diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
 | 
| index d0afa5f10310972c3b640f7d4d8e80940e71b55a..4ec32900c9cf56424059afbff5cfb181235a4b1e 100644
 | 
| --- a/cc/blink/web_layer_impl.h
 | 
| +++ b/cc/blink/web_layer_impl.h
 | 
| @@ -135,8 +135,6 @@ class WebLayerImpl : public blink::WebLayer {
 | 
|    void setTouchEventHandlerRegion(
 | 
|        const blink::WebVector<blink::WebRect>& region) override;
 | 
|    blink::WebVector<blink::WebRect> touchEventHandlerRegion() const override;
 | 
| -  void setScrollBlocksOn(blink::WebScrollBlocksOn) override;
 | 
| -  blink::WebScrollBlocksOn scrollBlocksOn() const override;
 | 
|    void setFrameTimingRequests(
 | 
|        const blink::WebVector<std::pair<int64_t, blink::WebRect>>& requests)
 | 
|        override;
 | 
| 
 |