Index: cc/layer.h |
diff --git a/cc/layer.h b/cc/layer.h |
index 963f17fa994fe8f3a1bc5d69de18887eb7e89059..70247f52927ac0eb29c140f30de65ffe1b83bd8a 100644 |
--- a/cc/layer.h |
+++ b/cc/layer.h |
@@ -74,7 +74,7 @@ public: |
void setAnchorPointZ(float); |
float anchorPointZ() const { return m_anchorPointZ; } |
- void setBackgroundColor(SkColor); |
+ virtual void setBackgroundColor(SkColor); |
SkColor backgroundColor() const { return m_backgroundColor; } |
// A layer's bounds are in logical, non-page-scaled pixels (however, the |