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

Unified Diff: cc/CCHeadsUpDisplayLayerImpl.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/CCDelegatedRendererLayerImpl.cpp ('k') | cc/CCHeadsUpDisplayLayerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCHeadsUpDisplayLayerImpl.h
diff --git a/cc/CCHeadsUpDisplayLayerImpl.h b/cc/CCHeadsUpDisplayLayerImpl.h
index de8f95bd5f35b4d6683b789d96ebf1f7769cd555..cc72100052e282f338da9d7d5aff41188e9f9126 100644
--- a/cc/CCHeadsUpDisplayLayerImpl.h
+++ b/cc/CCHeadsUpDisplayLayerImpl.h
@@ -34,12 +34,12 @@ public:
virtual void didLoseContext() OVERRIDE;
- virtual bool layerIsAlwaysDamaged() const OVERRIDE { return true; }
+ virtual bool layerIsAlwaysDamaged() const OVERRIDE;
private:
explicit CCHeadsUpDisplayLayerImpl(int);
- virtual const char* layerTypeAsString() const OVERRIDE { return "HeadsUpDisplayLayer"; }
+ virtual const char* layerTypeAsString() const OVERRIDE;
void drawHudContents(SkCanvas*);
void drawFPSCounter(SkCanvas*, CCFrameRateCounter*, int top, int height);
« no previous file with comments | « cc/CCDelegatedRendererLayerImpl.cpp ('k') | cc/CCHeadsUpDisplayLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698