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

Unified Diff: cc/resources/display_item.h

Issue 1094553002: Revert "Speculative revert by sheriff" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « cc/layers/video_layer_impl.cc ('k') | cc/resources/display_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/display_item.h
diff --git a/cc/resources/display_item.h b/cc/resources/display_item.h
index ba4e73383f82954728dcbf925c6e4196ba362511..d06595830a551230e6819ff6665677abe949c57e 100644
--- a/cc/resources/display_item.h
+++ b/cc/resources/display_item.h
@@ -21,7 +21,6 @@ class CC_EXPORT DisplayItem {
virtual void Raster(SkCanvas* canvas,
SkDrawPictureCallback* callback) const = 0;
- virtual void RasterForTracing(SkCanvas* canvas) const;
virtual bool IsSuitableForGpuRasterization() const = 0;
virtual int ApproximateOpCount() const = 0;
« no previous file with comments | « cc/layers/video_layer_impl.cc ('k') | cc/resources/display_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698