| Index: content/public/browser/gpu_data_manager.h
|
| diff --git a/content/public/browser/gpu_data_manager.h b/content/public/browser/gpu_data_manager.h
|
| index 8f15be3ef52e33ee4de8975a62e8db79981b3a95..7ffc9f18402a86cc082738bac939854dc394476f 100644
|
| --- a/content/public/browser/gpu_data_manager.h
|
| +++ b/content/public/browser/gpu_data_manager.h
|
| @@ -97,6 +97,9 @@ class GpuDataManager {
|
| // Turn off all hardware acceleration.
|
| virtual void DisableHardwareAcceleration() = 0;
|
|
|
| + // Whether the browser compositor can be used.
|
| + virtual bool CanUseGpuBrowserCompositor() const = 0;
|
| +
|
| protected:
|
| virtual ~GpuDataManager() {}
|
| };
|
|
|