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

Unified Diff: cc/resources/picture.cc

Issue 13879005: Revert 192259 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture.cc
===================================================================
--- cc/resources/picture.cc (revision 193383)
+++ cc/resources/picture.cc (working copy)
@@ -87,9 +87,8 @@
// Record() should only be called once.
DCHECK(!picture_);
DCHECK(!tile_grid_info.fTileInterval.isEmpty());
- // TODO(enne): Turn back on tile grid after
- // https://code.google.com/p/skia/issues/detail?id=1209 is fixed.
- picture_ = skia::AdoptRef(new SkPicture());
+ picture_ = skia::AdoptRef(new SkTileGridPicture(
+ layer_rect_.width(), layer_rect_.height(), tile_grid_info));
SkCanvas* canvas = picture_->beginRecording(
layer_rect_.width(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698