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 716e26407b570c0b2cfaa18d19fc44910ffab300..677508aa1013bdd0c489cb687a55b80261592694 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -157,7 +157,6 @@ 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; } |