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 8344b3b19c0e3a1a16925ef8f7778026f39bf9fa..4f2d25da5095992cdb74ebb15150d3c141406d10 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(); |