Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: third_party/WebKit/public/web/WebWidget.h

Issue 1946403003: Add fixed raster scale use counter histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { }
};

Powered by Google App Engine
This is Rietveld 408576698