| Index: third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| index 2c978bec6693e66f6982ee3dacd0888f4a9aebc3..542694a0ad8e0d5f8f8db63456428f4ec61f8372 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| @@ -200,7 +200,7 @@ struct CompositingReasonStringMap {
|
| };
|
|
|
| PLATFORM_EXPORT extern const CompositingReasonStringMap kCompositingReasonStringMap[];
|
| -PLATFORM_EXPORT extern size_t kNumberOfCompositingReasons;
|
| +PLATFORM_EXPORT extern const size_t kNumberOfCompositingReasons;
|
|
|
| } // namespace blink
|
|
|
|
|