diff options
Diffstat (limited to 'content/public/common/content_switches.h')
-rw-r--r-- | content/public/common/content_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index 6a58f4b..674ebf7 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -95,6 +95,7 @@ CONTENT_EXPORT extern const char kEnableFixedLayout[]; CONTENT_EXPORT extern const char kDisableFullScreen[]; extern const char kEnablePointerLock[]; extern const char kEnableGamepad[]; +extern const char kEnableGpuBenchmarking[]; CONTENT_EXPORT extern const char kEnableLogging[]; extern const char kEnableMediaSource[]; extern const char kEnablePeerConnection[]; |