| Index: cc/ContentLayerChromium.h | 
| diff --git a/cc/ContentLayerChromium.h b/cc/ContentLayerChromium.h | 
| index 00663d52b98c357d76fdd9b4db662d8d7f194280..9169572772547f380e52e1e6f7a689fc9308e112 100644 | 
| --- a/cc/ContentLayerChromium.h | 
| +++ b/cc/ContentLayerChromium.h | 
| @@ -47,7 +47,7 @@ public: | 
| virtual void update(CCTextureUpdateQueue&, const CCOcclusionTracker*, CCRenderingStats&) OVERRIDE; | 
| virtual bool needMoreUpdates() OVERRIDE; | 
|  | 
| -    virtual void setOpaque(bool) OVERRIDE; | 
| +    virtual void setContentsOpaque(bool) OVERRIDE; | 
|  | 
| protected: | 
| explicit ContentLayerChromium(ContentLayerChromiumClient*); | 
|  |