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

Unified Diff: cc/HeadsUpDisplayLayerChromium.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/ContentLayerChromium.cpp ('k') | cc/HeadsUpDisplayLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/HeadsUpDisplayLayerChromium.h
diff --git a/cc/HeadsUpDisplayLayerChromium.h b/cc/HeadsUpDisplayLayerChromium.h
index a28351bbbed2de7f2f62037d703b78fd05092b73..518212cc9477aacf08045b0dfcdb821690be2332 100644
--- a/cc/HeadsUpDisplayLayerChromium.h
+++ b/cc/HeadsUpDisplayLayerChromium.h
@@ -18,7 +18,7 @@ public:
virtual ~HeadsUpDisplayLayerChromium();
virtual void update(CCTextureUpdateQueue&, const CCOcclusionTracker*, CCRenderingStats&) OVERRIDE;
- virtual bool drawsContent() const OVERRIDE { return true; }
+ virtual bool drawsContent() const OVERRIDE;
void setFontAtlas(PassOwnPtr<CCFontAtlas>);
« no previous file with comments | « cc/ContentLayerChromium.cpp ('k') | cc/HeadsUpDisplayLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698