| Index: cc/test/fake_picture_layer_impl.h
|
| diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h
|
| index 9ce0283e9b12c8604a7404070599ffe6c9ec9ebb..ae8f202ca092c1641c0e8512492f7bf9f7a1c79d 100644
|
| --- a/cc/test/fake_picture_layer_impl.h
|
| +++ b/cc/test/fake_picture_layer_impl.h
|
| @@ -56,8 +56,8 @@ class FakePictureLayerImpl : public PictureLayerImpl {
|
| return needs_post_commit_initialization_;
|
| }
|
|
|
| - bool is_using_lcd_text() const { return is_using_lcd_text_; }
|
| - void force_set_lcd_text(bool enabled) { is_using_lcd_text_ = enabled; }
|
| + float raster_page_scale() const { return raster_page_scale_; }
|
| + void set_raster_page_scale(float scale) { raster_page_scale_ = scale; }
|
|
|
| PictureLayerTiling* HighResTiling() const;
|
| PictureLayerTiling* LowResTiling() const;
|
|
|