| Index: cc/LayerTextureUpdater.cpp
|
| diff --git a/cc/LayerTextureUpdater.cpp b/cc/LayerTextureUpdater.cpp
|
| index ed61a35b1986cdcaf3cd9ba00c375d38d049d98c..f3c1e00e5130894f28b2438e2420140f08e119a9 100644
|
| --- a/cc/LayerTextureUpdater.cpp
|
| +++ b/cc/LayerTextureUpdater.cpp
|
| @@ -22,4 +22,10 @@ bool LayerTextureUpdater::Texture::backingResourceWasEvicted() const
|
| return m_texture->backingResourceWasEvicted();
|
| }
|
|
|
| +bool LayerTextureUpdater::pixelsDidChange() const
|
| +{
|
| + // Be conservative by always saying pixels changed.
|
| + return true;
|
| +}
|
| +
|
| }
|
|
|