| Index: third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.cpp b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| index 03c8609e2be87659a1b4042bb15633eb139cb33d..07bbf7d3c2d2bb4ca55807cb5018bb2b2d4a8a7e 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| @@ -26,6 +26,7 @@ static bool boxNeedsClip(const LayoutBox& box) {
|
| return box.hasOverflowClip() || box.styleRef().containsPaint();
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| BoxClipper::BoxClipper(const LayoutBox& box,
|
| const PaintInfo& paintInfo,
|
| const LayoutPoint& accumulatedOffset,
|
|
|