| Index: third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| index ee84df8e642bcbec7cce6a95f2628ee34866d650..06429cc56c488c5ef282871a8ff449f082be7bbb 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef DrawingDisplayItem_h
|
| #define DrawingDisplayItem_h
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| @@ -16,6 +17,7 @@ namespace blink {
|
|
|
| class PLATFORM_EXPORT DrawingDisplayItem final : public DisplayItem {
|
| public:
|
| + DISABLE_CFI_PERF
|
| DrawingDisplayItem(const DisplayItemClient& client,
|
| Type type,
|
| sk_sp<const SkPicture> picture,
|
|
|