| 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..82c072a74cfbb0bc1a856219d89fa76f62932e89 100644
|
| --- a/cc/test/fake_picture_layer_impl.h
|
| +++ b/cc/test/fake_picture_layer_impl.h
|
| @@ -56,9 +56,6 @@ 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; }
|
| -
|
| PictureLayerTiling* HighResTiling() const;
|
| PictureLayerTiling* LowResTiling() const;
|
| size_t num_tilings() const { return tilings_->num_tilings(); }
|
|
|