Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: cc/test/fake_picture_layer_impl.h

Issue 324483003: cc: Removed LCD text settings from the impl side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/tile_manager_unittest.cc ('k') | cc/test/fake_picture_layer_tiling_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/resources/tile_manager_unittest.cc ('k') | cc/test/fake_picture_layer_tiling_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698