| Index: chrome/browser/gpu_blacklist.h
|
| diff --git a/chrome/browser/gpu_blacklist.h b/chrome/browser/gpu_blacklist.h
|
| index ee556b3cd943fda1dc4dfbab8b896c8b49092ac5..85c4145de2275ba0a0517f695f4e27c7b8ada764 100644
|
| --- a/chrome/browser/gpu_blacklist.h
|
| +++ b/chrome/browser/gpu_blacklist.h
|
| @@ -116,6 +116,7 @@ class GpuBlacklist {
|
| const std::string& version_op,
|
| const std::string& version_string,
|
| const std::string& version_string2);
|
| + ~OsInfo();
|
|
|
| // Determines if a given os/version is included in the OsInfo set.
|
| bool Contains(OsType type, const Version& version) const;
|
| @@ -150,6 +151,8 @@ class GpuBlacklist {
|
| // Returns the GpuFeatureFlags.
|
| GpuFeatureFlags GetGpuFeatureFlags() const;
|
|
|
| + ~GpuBlacklistEntry();
|
| +
|
| private:
|
| GpuBlacklistEntry();
|
|
|
|
|