| Index: content/browser/gpu/gpu_data_manager_impl.h
|
| ===================================================================
|
| --- content/browser/gpu/gpu_data_manager_impl.h (revision 154437)
|
| +++ content/browser/gpu/gpu_data_manager_impl.h (working copy)
|
| @@ -64,6 +64,12 @@
|
| // crashes).
|
| void BlacklistCard();
|
|
|
| +#if defined(OS_WIN)
|
| + // Is the GPU process using the accelerated surface to present, instead of
|
| + // presenting by itself.
|
| + bool IsUsingAcceleratedSurface();
|
| +#endif
|
| +
|
| private:
|
| typedef ObserverListThreadSafe<content::GpuDataManagerObserver>
|
| GpuDataManagerObserverList;
|
|
|