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

Unified Diff: cc/CCTextureLayerImpl.cpp

Issue 10942040: Fix CC*Renderer and CC*LayerImpl to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/CCTextureLayerImpl.cpp
diff --git a/cc/CCTextureLayerImpl.cpp b/cc/CCTextureLayerImpl.cpp
index f262297643e40d799f58d9cb5b498a152796364f..ce08c2d4322b3cd3019d604200f2abb1f2ad667b 100644
--- a/cc/CCTextureLayerImpl.cpp
+++ b/cc/CCTextureLayerImpl.cpp
@@ -74,6 +74,11 @@ void CCTextureLayerImpl::didLoseContext()
m_externalTextureResource = 0;
}
+const char* CCTextureLayerImpl::layerTypeAsString() const
+{
+ return "TextureLayer";
+}
+
}
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/CCTextureLayerImpl.h ('k') | cc/CCTiledLayerImpl.h » ('j') | cc/CCTiledLayerImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698