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

Unified Diff: cc/CCSolidColorLayerImpl.h

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/CCScopedThreadProxy.cpp ('k') | cc/CCSolidColorLayerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCSolidColorLayerImpl.h
diff --git a/cc/CCSolidColorLayerImpl.h b/cc/CCSolidColorLayerImpl.h
index 73f578759877e76f5f84448d6fdc25eea5a925d2..f170714a2d3743aa235c47fda77dfb81d8e86534 100644
--- a/cc/CCSolidColorLayerImpl.h
+++ b/cc/CCSolidColorLayerImpl.h
@@ -24,7 +24,7 @@ protected:
explicit CCSolidColorLayerImpl(int id);
private:
- virtual const char* layerTypeAsString() const OVERRIDE { return "SolidColorLayer"; }
+ virtual const char* layerTypeAsString() const OVERRIDE;
const int m_tileSize;
};
« no previous file with comments | « cc/CCScopedThreadProxy.cpp ('k') | cc/CCSolidColorLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698