| Index: chrome/common/chrome_switches.cc | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc | 
| index ab89509ae35ca44cbb6db3a43347c01065c7097a..a04ec6dd0c5fe40964ef1daa05258627482e76ec 100644 | 
| --- a/chrome/common/chrome_switches.cc | 
| +++ b/chrome/common/chrome_switches.cc | 
| @@ -1159,6 +1159,11 @@ const char kPasswordStore[]                 = "password-store"; | 
| // model. This will be removed once the last issues have been resolved. | 
| const char kDisableFlashCoreAnimation[]     = "disable-flash-core-animation"; | 
|  | 
| +// Temporary flag to disable hole punching for accelerated surfaces. This is | 
| +// here to aid debugging eventual problems, it can be removed once hole punching | 
| +// has been out there for a few dev channel releases without problems. | 
| +const char kDisableHolePunching[]           = "disable-hole-punching"; | 
| + | 
| // Enables the tabs expose feature ( http://crbug.com/50307 ). | 
| const char kEnableExposeForTabs[] = "enable-expose-for-tabs"; | 
|  | 
|  |