| 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 afef2352dc42977aef4e5d02fdf8bc94ac654a62..3625d9834636b352af3a7d60260bbd8721071d9b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -1025,6 +1025,7 @@ void GraphicsLayer::setNeedsDisplay() {
|
| PaintInvalidationFull);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void GraphicsLayer::setNeedsDisplayInRect(
|
| const IntRect& rect,
|
| PaintInvalidationReason invalidationReason,
|
|
|