| Index: chrome/browser/gpu_blacklist.h
|
| diff --git a/chrome/browser/gpu_blacklist.h b/chrome/browser/gpu_blacklist.h
|
| index 44692be615df3b75275611dd74bc5e32936253be..8a1d0f3b82f6d3931fdfc55cf1944723ebf64124 100644
|
| --- a/chrome/browser/gpu_blacklist.h
|
| +++ b/chrome/browser/gpu_blacklist.h
|
| @@ -228,7 +228,7 @@ class GpuBlacklist : public content::GpuDataManagerObserver {
|
| // Constructs GpuBlacklistEntry from DictionaryValue loaded from json.
|
| // Top-level entry must have an id number. Others are exceptions.
|
| static ScopedGpuBlacklistEntry GetGpuBlacklistEntryFromValue(
|
| - base::DictionaryValue* value, bool top_level);
|
| + const base::DictionaryValue* value, bool top_level);
|
|
|
| // Determines if a given os/gc/driver is included in the Entry set.
|
| bool Contains(OsType os_type,
|
| @@ -381,7 +381,7 @@ class GpuBlacklist : public content::GpuDataManagerObserver {
|
| // By default, if there is no browser version information in the entry,
|
| // return kSupported;
|
| BrowserVersionSupport IsEntrySupportedByCurrentBrowserVersion(
|
| - base::DictionaryValue* value);
|
| + const base::DictionaryValue* value);
|
|
|
| // GpuDataManager::Observer implementation.
|
| virtual void OnGpuInfoUpdate() OVERRIDE;
|
|
|