| 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 3df57d69da47892f504e9dccc69b655c9b507006..a449b66630eb856320bf7a9b7200f00d5beec85e 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2821,17 +2821,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()
|
|
|