| Index: cc/ContentLayerChromium.h
|
| diff --git a/cc/ContentLayerChromium.h b/cc/ContentLayerChromium.h
|
| index 2e824d4217dc1d3ff41efed251416504e435ee87..00663d52b98c357d76fdd9b4db662d8d7f194280 100644
|
| --- a/cc/ContentLayerChromium.h
|
| +++ b/cc/ContentLayerChromium.h
|
| @@ -54,7 +54,7 @@ protected:
|
|
|
|
|
| private:
|
| - virtual LayerTextureUpdater* textureUpdater() const OVERRIDE { return m_textureUpdater.get(); }
|
| + virtual LayerTextureUpdater* textureUpdater() const OVERRIDE;
|
| virtual void createTextureUpdaterIfNeeded() OVERRIDE;
|
|
|
| ContentLayerChromiumClient* m_client;
|
|
|