| 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 2134497680fecc9bcdf772db658d1c2369528d6b..5fc5ffa781202a056345fe3f7e3bbb626ef8c05b 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",
|
|
|