diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-13 04:07:49 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-13 04:07:49 +0000 |
commit | 262a6b3b8c5140e88d10686e51942a7ea8b94471 (patch) | |
tree | 1efea22176d49358f913f087fbce30f3519eabd3 /cc/resources/picture_layer_tiling.h | |
parent | 8c8aa156c16cd145f4cbdf7ebe199aff4420c5d9 (diff) | |
download | chromium_src-262a6b3b8c5140e88d10686e51942a7ea8b94471.zip chromium_src-262a6b3b8c5140e88d10686e51942a7ea8b94471.tar.gz chromium_src-262a6b3b8c5140e88d10686e51942a7ea8b94471.tar.bz2 |
cc: Removed LCD text settings from the impl side.
Now that the SkPicture is recorded with the correct LCD setting, there
is no need to have any LCD text related setting on the impl side.
BUG=368513
Review URL: https://codereview.chromium.org/324483003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resources/picture_layer_tiling.h')
-rw-r--r-- | cc/resources/picture_layer_tiling.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h index 131e338..fc7505c 100644 --- a/cc/resources/picture_layer_tiling.h +++ b/cc/resources/picture_layer_tiling.h @@ -129,8 +129,6 @@ class CC_EXPORT PictureLayerTiling { void RemoveTilesInRegion(const Region& layer_region); void CreateMissingTilesInLiveTilesRect(); - void SetCanUseLCDText(bool can_use_lcd_text); - void SetClient(PictureLayerTilingClient* client); void set_resolution(TileResolution resolution) { resolution_ = resolution; } TileResolution resolution() const { return resolution_; } |