| Index: content/browser/gpu/gpu_blacklist.h
|
| ===================================================================
|
| --- content/browser/gpu/gpu_blacklist.h (revision 98162)
|
| +++ content/browser/gpu/gpu_blacklist.h (working copy)
|
| @@ -208,7 +208,7 @@
|
| public:
|
| // Constructs GpuBlacklistEntry from DictionaryValue loaded from json.
|
| // Top-level entry must have an id number. Others are exceptions.
|
| - static GpuBlacklistEntry* GetGpuBlacklistEntryFromValue(
|
| + static ScopedGpuBlacklistEntry GetGpuBlacklistEntryFromValue(
|
| base::DictionaryValue* value, bool top_level);
|
|
|
| // Determines if a given os/gc/driver is included in the Entry set.
|
| @@ -275,7 +275,7 @@
|
| bool SetBlacklistedFeatures(
|
| const std::vector<std::string>& blacklisted_features);
|
|
|
| - void AddException(GpuBlacklistEntry* exception);
|
| + void AddException(ScopedGpuBlacklistEntry exception);
|
|
|
| uint32 id_;
|
| std::string description_;
|
|
|