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

Unified Diff: cc/playback/clip_display_item.h

Issue 2025893003: Clean up some dead code accidentally left around in cc DisplayItem subtypes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | cc/playback/clip_path_display_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/clip_display_item.h
diff --git a/cc/playback/clip_display_item.h b/cc/playback/clip_display_item.h
index 493e45c73825caf319db45f30d60fbc482ed9133..249e30e98c7cd9de5a3c62d0d2efca43a7950285 100644
--- a/cc/playback/clip_display_item.h
+++ b/cc/playback/clip_display_item.h
@@ -64,7 +64,6 @@ class CC_EXPORT EndClipDisplayItem : public DisplayItem {
size_t ExternalMemoryUsage() const override;
int ApproximateOpCount() const { return 0; }
- bool IsSuitableForGpuRasterization() const { return true; }
};
} // namespace cc
« no previous file with comments | « no previous file | cc/playback/clip_path_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698