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

Unified Diff: cc/resources/picture_layer_tiling.cc

Issue 292883002: Remove unused function in PictureLayerTiling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/picture_layer_tiling.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_layer_tiling.cc
diff --git a/cc/resources/picture_layer_tiling.cc b/cc/resources/picture_layer_tiling.cc
index 46792d02449dea1491980ac0b35ac2d6fb8e7265..f0b38db18a857bb8c3009da185df33bd43ec2e98 100644
--- a/cc/resources/picture_layer_tiling.cc
+++ b/cc/resources/picture_layer_tiling.cc
@@ -122,13 +122,6 @@ Tile* PictureLayerTiling::CreateTile(int i,
return tile.get();
}
-Region PictureLayerTiling::OpaqueRegionInContentRect(
- const gfx::Rect& content_rect) const {
- Region opaque_region;
- // TODO(enne): implement me
- return opaque_region;
-}
-
void PictureLayerTiling::SetCanUseLCDText(bool can_use_lcd_text) {
for (TileMap::iterator it = tiles_.begin(); it != tiles_.end(); ++it)
it->second->set_can_use_lcd_text(can_use_lcd_text);
« no previous file with comments | « cc/resources/picture_layer_tiling.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698