| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 43b6aec809d567efbdc589b1387c68d0ab85c324..eb0fbda290993597c177ee85133643786ddf3149 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -156,6 +156,7 @@ public:
|
| void didNotAcquirePointerLock() override;
|
| void didLosePointerLock() override;
|
| void didChangeWindowResizerRect() override;
|
| + void reportFixedRasterScaleUseCounters(bool hasBlurryContent, bool hasPotentialPerformanceRegression) override;
|
|
|
| // WebView methods:
|
| virtual bool isWebView() const { return true; }
|
|
|