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

Unified Diff: cc/CCTiledLayerImpl.h

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/CCTiledLayerImpl.h
diff --git a/cc/CCTiledLayerImpl.h b/cc/CCTiledLayerImpl.h
index 56d3521d3fbd9c8208e4b52c46258015f1110604..13edb05a3a34a13e8a7283dd36f141db4f32a55c 100644
--- a/cc/CCTiledLayerImpl.h
+++ b/cc/CCTiledLayerImpl.h
@@ -45,7 +45,7 @@ protected:
private:
- virtual const char* layerTypeAsString() const OVERRIDE { return "ContentLayer"; }
+ virtual const char* layerTypeAsString() const OVERRIDE;
DrawableTile* tileAt(int, int) const;
DrawableTile* createTile(int, int);
« no previous file with comments | « cc/CCTextureLayerImpl.cpp ('k') | cc/CCTiledLayerImpl.cpp » ('j') | cc/CCTiledLayerImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698