Index: content/browser/gpu/compositor_util.h |
diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h |
index b26bb94968a819d9d4e9749f5068ea86bc2a1dc0..4a6fe1b34f9f046d3a6ee30f223320e8ef50b394 100644 |
--- a/content/browser/gpu/compositor_util.h |
+++ b/content/browser/gpu/compositor_util.h |
@@ -40,9 +40,9 @@ CONTENT_EXPORT int ForceNumberOfRendererRasterThreads(); |
// Returns true if using cc Surfaces is allowed. |
CONTENT_EXPORT bool UseSurfacesEnabled(); |
-CONTENT_EXPORT base::Value* GetFeatureStatus(); |
+CONTENT_EXPORT base::DictionaryValue* GetFeatureStatus(); |
CONTENT_EXPORT base::Value* GetProblems(); |
-CONTENT_EXPORT base::Value* GetDriverBugWorkarounds(); |
+CONTENT_EXPORT std::vector<std::string> GetDriverBugWorkarounds(); |
} // namespace content |