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

Unified Diff: cc/resources/picture.h

Issue 63443003: cc: Combine analysis and raster (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Chunk mismatch Created 7 years, 1 month 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/resources/picture.cc » ('j') | cc/resources/picture_pile_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture.h
diff --git a/cc/resources/picture.h b/cc/resources/picture.h
index 4eb238ab6315d55d681caad14a927cfee531dd97..b2e5b29607baac1c5e2074d8dac80b2a438d9d11 100644
--- a/cc/resources/picture.h
+++ b/cc/resources/picture.h
@@ -71,7 +71,6 @@ class CC_EXPORT Picture
// Apply this scale and raster the negated region into the canvas. See comment
// in PicturePileImpl::RasterCommon for explanation on negated content region.
int Raster(SkCanvas* canvas,
- SkDrawPictureCallback* callback,
const Region& negated_content_region,
float contents_scale);
« no previous file with comments | « no previous file | cc/resources/picture.cc » ('j') | cc/resources/picture_pile_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698