| Index: gpu/config/gpu_util.h
|
| diff --git a/gpu/config/gpu_util.h b/gpu/config/gpu_util.h
|
| index 7f4372bda34a1374b4455471cc8faf07fb75a80d..8c82555dbdc4f1251b746e392eb686f11ada7e1c 100644
|
| --- a/gpu/config/gpu_util.h
|
| +++ b/gpu/config/gpu_util.h
|
| @@ -20,10 +20,6 @@ namespace gpu {
|
|
|
| struct GPUInfo;
|
|
|
| -// Merge features in src into dst.
|
| -GPU_EXPORT void MergeFeatureSets(
|
| - std::set<int>* dst, const std::set<int>& src);
|
| -
|
| // With provided GPUInfo, compute the driver bug workarounds and disabled
|
| // extensions for the current system, and append the |command_line|.
|
| GPU_EXPORT void ApplyGpuDriverBugWorkarounds(
|
|
|