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

Unified Diff: cc/playback/clip_path_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 | « cc/playback/clip_display_item.h ('k') | cc/playback/compositing_display_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/clip_path_display_item.h
diff --git a/cc/playback/clip_path_display_item.h b/cc/playback/clip_path_display_item.h
index 857d590ab058c938a150a20ccc8011ea8994571b..727859a72b78e122a6e765a7f0c2e3d64ada8fee 100644
--- a/cc/playback/clip_path_display_item.h
+++ b/cc/playback/clip_path_display_item.h
@@ -67,7 +67,6 @@ class CC_EXPORT EndClipPathDisplayItem : public DisplayItem {
size_t ExternalMemoryUsage() const override;
int ApproximateOpCount() const { return 0; }
- bool IsSuitableForGpuRasterization() const { return true; }
};
} // namespace cc
« no previous file with comments | « cc/playback/clip_display_item.h ('k') | cc/playback/compositing_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698