| Index: chrome/browser/chrome_gpu_util.h
|
| diff --git a/chrome/browser/chrome_gpu_util.h b/chrome/browser/chrome_gpu_util.h
|
| index a4f9efc800c335a33f526bf95fd7e88b3f69e2ce..d54266d12be537e339cc7873231c61b287067715 100644
|
| --- a/chrome/browser/chrome_gpu_util.h
|
| +++ b/chrome/browser/chrome_gpu_util.h
|
| @@ -13,6 +13,10 @@ void InitializeStage3DFieldTrial();
|
| // Sets up force-compositing-mode and threaded compositing field trials.
|
| void InitializeCompositingFieldTrial();
|
|
|
| +// Sets up a monitor for browser windows, to be used to determine gpu
|
| +// managed memory allocation.
|
| +void InitializeBrowserMonitor();
|
| +
|
| } // namespace gpu_util
|
|
|
| #endif // CHROME_BROWSER_CHROME_GPU_UTIL_H_
|
|
|