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

Unified Diff: cc/layers/layer.h

Issue 2624323002: cc: remove virtual from Layer::SetContentsOpaque (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 08c72afa64c13595d79060f2cf75e86842ff3b2a..530cff780daf441154b105c30ce0733e15407e57 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -160,7 +160,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
return inputs_.background_filters;
}
- virtual void SetContentsOpaque(bool opaque);
+ void SetContentsOpaque(bool opaque);
bool contents_opaque() const { return inputs_.contents_opaque; }
void SetPosition(const gfx::PointF& position);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698