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

Unified Diff: ui/gl/angle_platform_impl.h

Issue 1141263004: Add ANGLE platform methods for boolean histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Alexei's comments Created 5 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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/gl/angle_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/angle_platform_impl.h
diff --git a/ui/gl/angle_platform_impl.h b/ui/gl/angle_platform_impl.h
index 4f1aac4b73f125976f7d045ced179c46cd4c3db7..0549e7f511c614dd14fb0b80eb1fa0f2af371206 100644
--- a/ui/gl/angle_platform_impl.h
+++ b/ui/gl/angle_platform_impl.h
@@ -46,6 +46,7 @@ class ANGLEPlatformImpl : public angle::Platform {
int sample,
int boundary_value) override;
void histogramSparse(const char* name, int sample) override;
+ void histogramBoolean(const char* name, bool sample) override;
private:
DISALLOW_COPY_AND_ASSIGN(ANGLEPlatformImpl);
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/gl/angle_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698