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

Unified Diff: cc/ContentLayerChromium.h

Issue 11035020: Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both opaque and opacity on t… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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/ContentLayerChromium.h
diff --git a/cc/ContentLayerChromium.h b/cc/ContentLayerChromium.h
index 00663d52b98c357d76fdd9b4db662d8d7f194280..9169572772547f380e52e1e6f7a689fc9308e112 100644
--- a/cc/ContentLayerChromium.h
+++ b/cc/ContentLayerChromium.h
@@ -47,7 +47,7 @@ public:
virtual void update(CCTextureUpdateQueue&, const CCOcclusionTracker*, CCRenderingStats&) OVERRIDE;
virtual bool needMoreUpdates() OVERRIDE;
- virtual void setOpaque(bool) OVERRIDE;
+ virtual void setContentsOpaque(bool) OVERRIDE;
protected:
explicit ContentLayerChromium(ContentLayerChromiumClient*);

Powered by Google App Engine
This is Rietveld 408576698