| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index 2eac66ac70d939243f33ab3055f4a80a22997b9f..afcea340599ea16300103c1a6d5f221b392d47bd 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -999,6 +999,7 @@ void GraphicsLayer::setNeedsDisplay() {
|
| PaintInvalidationFull);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void GraphicsLayer::setNeedsDisplayInRect(
|
| const IntRect& rect,
|
| PaintInvalidationReason invalidationReason,
|
|
|