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