diff options
Diffstat (limited to 'cc/ContentLayerChromium.cpp')
-rw-r--r-- | cc/ContentLayerChromium.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cc/ContentLayerChromium.cpp b/cc/ContentLayerChromium.cpp index c662f69..8e5133e 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) |