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

Unified Diff: cc/CCDelegatedRendererLayerImpl.cpp

Issue 10947047: Fix remaining cc files to compile with Clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix FakeCCDelayBasedTimeSource 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
« no previous file with comments | « cc/CCDelegatedRendererLayerImpl.h ('k') | cc/CCHeadsUpDisplayLayerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCDelegatedRendererLayerImpl.cpp
diff --git a/cc/CCDelegatedRendererLayerImpl.cpp b/cc/CCDelegatedRendererLayerImpl.cpp
index fafd3a8ec58e6ef461539d9a9742776f5c79746b..d6574ec50b686f5f0a91cddc3302030a9ef90172 100644
--- a/cc/CCDelegatedRendererLayerImpl.cpp
+++ b/cc/CCDelegatedRendererLayerImpl.cpp
@@ -174,4 +174,9 @@ void CCDelegatedRendererLayerImpl::appendRenderPassQuads(CCQuadSink& quadSink, C
}
}
+const char* CCDelegatedRendererLayerImpl::layerTypeAsString() const
+{
+ return "DelegatedRendererLayer";
+}
+
}
« no previous file with comments | « cc/CCDelegatedRendererLayerImpl.h ('k') | cc/CCHeadsUpDisplayLayerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698