| Index: cc/ContentLayerChromium.cpp
|
| diff --git a/cc/ContentLayerChromium.cpp b/cc/ContentLayerChromium.cpp
|
| index c662f699d243df0adae6ecdb35f4fb784832c928..8e5133e00e23557974b72306ab8d4b94f6a5dfe2 100644
|
| --- a/cc/ContentLayerChromium.cpp
|
| +++ b/cc/ContentLayerChromium.cpp
|
| @@ -80,6 +80,11 @@ bool ContentLayerChromium::needMoreUpdates()
|
| return needsIdlePaint();
|
| }
|
|
|
| +LayerTextureUpdater* ContentLayerChromium::textureUpdater() const
|
| +{
|
| + return m_textureUpdater.get();
|
| +}
|
| +
|
| void ContentLayerChromium::createTextureUpdaterIfNeeded()
|
| {
|
| if (m_textureUpdater)
|
|
|