| 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 c8f5684283f6504be0c1c3d04965372219b162aa..18a0c334946fd12ac48a84d9b40eeabdf98505d7 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) {
|
| ObjectPainter(m_layoutBlock).checkPaintOffset(paintInfo, paintOffset);
|
| @@ -163,6 +164,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;
|
| @@ -262,6 +264,7 @@ void BlockPainter::paintCarets(const PaintInfo& paintInfo,
|
| frame, paintInfo.context, paintOffset);
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| bool BlockPainter::intersectsPaintRect(
|
| const PaintInfo& paintInfo,
|
| const LayoutPoint& adjustedPaintOffset) const {
|
|
|