Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: cc/ContentLayerChromium.cpp

Issue 10947047: Fix remaining cc files to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: All remaining files Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698