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 6c951efa8a18064d8102ae9893c6cd1ae9230519..b3079e85077798ab8d5badc2b626def7ab85d927 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; } |