| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| index ab782cdd200a836b48d09fc05bedb40b910035ad..636f10ac7a5ba0056c10764ce28c03315d704a9a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| @@ -465,6 +465,7 @@ void PaintController::copyCachedSubsequence(size_t& cachedItemIndex) {
|
| }
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| static IntRect visualRectForDisplayItem(
|
| const DisplayItem& displayItem,
|
| const LayoutSize& offsetFromLayoutObject) {
|
| @@ -482,6 +483,7 @@ void PaintController::resetCurrentListIndices() {
|
| m_skippedProbableUnderInvalidationCount = 0;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void PaintController::commitNewDisplayItems(
|
| const LayoutSize& offsetFromLayoutObject) {
|
| TRACE_EVENT2("blink,benchmark", "PaintController::commitNewDisplayItems",
|
|
|