| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 2eac61d453e9e9a00c611cfd55c42181fd4b3c33..7f9d5c550cfe56d0f26f919d9bc120bda193ac41 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2823,17 +2823,6 @@ void WebViewImpl::didChangeWindowResizerRect()
|
| mainFrameImpl()->frameView()->windowResizerRectChanged();
|
| }
|
|
|
| -void WebViewImpl::reportFixedRasterScaleUseCounters(bool hasBlurryContent, bool hasPotentialPerformanceRegression)
|
| -{
|
| - if (!mainFrameImpl())
|
| - return;
|
| - Document* document = mainFrameImpl()->frame()->document();
|
| - if (hasBlurryContent)
|
| - UseCounter::count(document, UseCounter::FixedRasterScaleBlurryContent);
|
| - if (hasPotentialPerformanceRegression)
|
| - UseCounter::count(document, UseCounter::FixedRasterScalePotentialPerformanceRegression);
|
| -}
|
| -
|
| // WebView --------------------------------------------------------------------
|
|
|
| WebSettingsImpl* WebViewImpl::settingsImpl()
|
|
|