| 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 5716d61089c09eb550f9b6cb50344c471d50d8de..3015ed117aac115bfc52f38d55c50b8125bfd8a9 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; }
|
|
|