Index: cc/test/tiled_layer_test_common.h |
diff --git a/cc/test/tiled_layer_test_common.h b/cc/test/tiled_layer_test_common.h |
index 6c77c9d7ea8fe32a9b71bf4bc43731031b5d112c..3dac5561fca400561086bbc74636554783ef0615 100644 |
--- a/cc/test/tiled_layer_test_common.h |
+++ b/cc/test/tiled_layer_test_common.h |
@@ -116,6 +116,9 @@ public: |
void setContentBounds(const cc::IntSize& contentBounds) { m_forcedContentBounds = contentBounds; } |
virtual cc::IntSize contentBounds() const OVERRIDE; |
+ virtual float contentsScaleX() const OVERRIDE; |
+ virtual float contentsScaleY() const OVERRIDE; |
+ virtual void setContentsScale(float) OVERRIDE; |
protected: |
virtual ~FakeTiledLayerWithScaledBounds(); |