| Index: third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPainter.cpp b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| index 36528726de66627ab79c4a1927803954f2603d8c..949b4659fe0c5c6592223a76a82819f87d861b09 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
| @@ -27,6 +27,7 @@
|
|
|
| namespace blink {
|
|
|
| +DISABLE_CFI_PERF
|
| void BlockPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| LayoutPoint adjustedPaintOffset = paintOffset + m_layoutBlock.location();
|
| @@ -162,6 +163,7 @@ void BlockPainter::paintInlineBox(const InlineBox& inlineBox,
|
| .paintAllPhasesAtomically(paintInfo, childPoint);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void BlockPainter::paintObject(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| const PaintPhase paintPhase = paintInfo.phase;
|
| @@ -261,6 +263,7 @@ void BlockPainter::paintCarets(const PaintInfo& paintInfo,
|
| frame, paintInfo.context, paintOffset);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| bool BlockPainter::intersectsPaintRect(
|
| const PaintInfo& paintInfo,
|
| const LayoutPoint& adjustedPaintOffset) const {
|
|
|