diff options
Diffstat (limited to 'cc/resource_provider.h')
-rw-r--r-- | cc/resource_provider.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cc/resource_provider.h b/cc/resource_provider.h index b20097e..3b66f9b 100644 --- a/cc/resource_provider.h +++ b/cc/resource_provider.h @@ -211,6 +211,11 @@ public: DISALLOW_COPY_AND_ASSIGN(ScopedWriteLockSoftware); }; + // Temporary functions for debugging crashes in issue 151428 in canary. + // Do not use these! + static void debugNotifyEnterZone(unsigned int index); + static void debugNotifyLeaveZone(); + private: struct Resource { Resource(); |