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

Unified Diff: cc/picture_layer_tiling_set.h

Issue 11706003: cc: Remove now-unused impl-side painting function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 12 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 | « no previous file | cc/picture_layer_tiling_set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer_tiling_set.h
diff --git a/cc/picture_layer_tiling_set.h b/cc/picture_layer_tiling_set.h
index ddb8ffaff24cbb7131000b0781e0f403bc7e0f8b..11e27969360e64d9d3282a2976483ff705a81af1 100644
--- a/cc/picture_layer_tiling_set.h
+++ b/cc/picture_layer_tiling_set.h
@@ -23,9 +23,6 @@ class CC_EXPORT PictureLayerTilingSet {
const Region& invalidation);
void Clone(const PictureLayerTiling* tiling, const Region& invalidation);
- // TODO(enne): Remove this once syncing happens to the pending tree.
- void Invalidate(const Region& invalidation);
-
void SetLayerBounds(gfx::Size layer_bounds);
gfx::Size LayerBounds() const;
« no previous file with comments | « no previous file | cc/picture_layer_tiling_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698