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

Unified Diff: chrome/browser/gpu_util.h

Issue 10811002: Add threaded compositing mode to field trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: chrome/browser/gpu_util.h
diff --git a/chrome/browser/gpu_util.h b/chrome/browser/gpu_util.h
index 42e66969e69a5d7be48e2b806606ac33ebf6575d..79f69bf057b7c94015388d070e77371c96dec250 100644
--- a/chrome/browser/gpu_util.h
+++ b/chrome/browser/gpu_util.h
@@ -68,9 +68,9 @@ 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();
+// Returns whether this client has been selected for the force-compositing-mode
+// or threaded-compositor trial.
+bool InForceCompositingModeOrThreadTrial();
// Sets up the force-compositing-mode field trial.
void InitializeForceCompositingModeFieldTrial();

Powered by Google App Engine
This is Rietveld 408576698