| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index ae5641008e8b4b64b0182ab9e4a9b53cad7fa91f..29638d43dbcbfb59d35e6b354ee90c6c5c9996e8 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -546,7 +546,6 @@
|
| m_webView->invalidateRect(updateRect);
|
| }
|
|
|
| -DISABLE_CFI_PERF
|
| void ChromeClientImpl::scheduleAnimation(Widget* widget) {
|
| DCHECK(widget->isFrameView());
|
| FrameView* view = toFrameView(widget);
|
|
|