| Index: cc/playback/float_clip_display_item.h
|
| diff --git a/cc/playback/float_clip_display_item.h b/cc/playback/float_clip_display_item.h
|
| index b049c09c191d350d88e5804e0a30c80fff4484fc..ec0e39d7d9f7e7b2a71950352614d60e376a7c76 100644
|
| --- a/cc/playback/float_clip_display_item.h
|
| +++ b/cc/playback/float_clip_display_item.h
|
| @@ -65,7 +65,6 @@ class CC_EXPORT EndFloatClipDisplayItem : public DisplayItem {
|
| size_t ExternalMemoryUsage() const override;
|
|
|
| int ApproximateOpCount() const { return 0; }
|
| - bool IsSuitableForGpuRasterization() const { return true; }
|
| };
|
|
|
| } // namespace cc
|
|
|