Index: third_party/WebKit/public/web/WebWidget.h |
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h |
index bfaa2ee40911e73d342ea3ac7e874c1ba99ccbe1..1c064044c87376ca1494203c69669a5d83c9bfb6 100644 |
--- a/third_party/WebKit/public/web/WebWidget.h |
+++ b/third_party/WebKit/public/web/WebWidget.h |
@@ -243,6 +243,10 @@ public: |
// control what are valid states for top controls and if it should animate. |
virtual void updateTopControlsState(WebTopControlsState constraints, WebTopControlsState current, bool animate) { } |
+ // Report that the last frame had a fixed raster scale with blurry content |
+ // or potential performance issues. |
+ virtual void reportFixedRasterScaleUseCounters(bool hasBlurryContent, bool hasPotentialPerformanceRegression) {} |
+ |
protected: |
~WebWidget() { } |
}; |