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

Unified Diff: cc/CCVideoLayerImpl.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/CCVideoLayerImpl.cpp
diff --git a/cc/CCVideoLayerImpl.cpp b/cc/CCVideoLayerImpl.cpp
index becf213a030365dfc03877f97edfd77d6611601f..dd15459ff35e4922f562c36ee249554854a0f309 100644
--- a/cc/CCVideoLayerImpl.cpp
+++ b/cc/CCVideoLayerImpl.cpp
@@ -381,6 +381,11 @@ void CCVideoLayerImpl::dumpLayerProperties(std::string* str, int indent) const
CCLayerImpl::dumpLayerProperties(str, indent);
}
+const char* CCVideoLayerImpl::layerTypeAsString() const
+{
+ return "VideoLayer";
+}
+
}
#endif // USE(ACCELERATED_COMPOSITING)
« cc/CCTiledLayerImpl.cpp ('K') | « cc/CCVideoLayerImpl.h ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698