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