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

Unified Diff: cc/CCVideoLayerImpl.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/CCVideoLayerImpl.h
diff --git a/cc/CCVideoLayerImpl.h b/cc/CCVideoLayerImpl.h
index cc65b1fdadb0c5aeb733dfa2c9529feb8eca1751..814513ecb4e8d489197e1cedf4ba35c684aefd03 100644
--- a/cc/CCVideoLayerImpl.h
+++ b/cc/CCVideoLayerImpl.h
@@ -62,7 +62,7 @@ private:
CCVideoLayerImpl(int, WebKit::WebVideoFrameProvider*);
static IntSize computeVisibleSize(const WebKit::WebVideoFrame&, unsigned plane);
- virtual const char* layerTypeAsString() const OVERRIDE { return "VideoLayer"; }
+ virtual const char* layerTypeAsString() const OVERRIDE;
void willDrawInternal(CCResourceProvider*);
bool allocatePlaneData(CCResourceProvider*);
« cc/CCTiledLayerImpl.cpp ('K') | « cc/CCTiledLayerImpl.cpp ('k') | cc/CCVideoLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698