Index: content/browser/gpu/compositor_util.h |
diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h |
index 149863c211426addc32877016b750e266f7a75a8..b26bb94968a819d9d4e9749f5068ea86bc2a1dc0 100644 |
--- a/content/browser/gpu/compositor_util.h |
+++ b/content/browser/gpu/compositor_util.h |
@@ -37,6 +37,9 @@ CONTENT_EXPORT int NumberOfRendererRasterThreads(); |
// by the command line. |
CONTENT_EXPORT int ForceNumberOfRendererRasterThreads(); |
+// Returns true if using cc Surfaces is allowed. |
+CONTENT_EXPORT bool UseSurfacesEnabled(); |
+ |
CONTENT_EXPORT base::Value* GetFeatureStatus(); |
CONTENT_EXPORT base::Value* GetProblems(); |
CONTENT_EXPORT base::Value* GetDriverBugWorkarounds(); |