| 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
|
|
|