summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gpu_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gpu_util.h')
-rw-r--r--chrome/browser/gpu_util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/gpu_util.h b/chrome/browser/gpu_util.h
index 5432c98..5edc6c7 100644
--- a/chrome/browser/gpu_util.h
+++ b/chrome/browser/gpu_util.h
@@ -69,6 +69,13 @@ base::DictionaryValue* GpuInfoAsDictionaryValue();
// Send UMA histograms about the enabled features.
void UpdateStats();
+// Returs whether this client has been selected for the force-compositing-mode
+// trial.
+bool InForceCompositingModeTrial();
+
+// Sets up the force-compositing-mode field trial.
+void InitializeForceCompositingModeFieldTrial();
+
} // namespace gpu_util
#endif // CHROME_BROWSER_GPU_UTIL_H_