| Index: cc/paint/display_item_list.h
|
| diff --git a/cc/paint/display_item_list.h b/cc/paint/display_item_list.h
|
| index 92c332fe8eddbafeaf76d5aa8d1c2169c063d093..40eb0f0b2b3819bc649524cf4d2e7160ae4d064f 100644
|
| --- a/cc/paint/display_item_list.h
|
| +++ b/cc/paint/display_item_list.h
|
| @@ -138,6 +138,7 @@ class CC_PAINT_EXPORT DisplayItemList
|
| int ApproximateOpCount() const;
|
| size_t ApproximateMemoryUsage() const;
|
| bool ShouldBeAnalyzedForSolidColor() const;
|
| + bool HasNonSRGBContent() const;
|
|
|
| void EmitTraceSnapshot() const;
|
|
|
|
|