diff options
author | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-02 22:56:12 +0000 |
---|---|---|
committer | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-02 22:56:12 +0000 |
commit | f4f450c463c4a210ec7b390bdfb3dee26b5b6902 (patch) | |
tree | 955bd0dd34dd0dec25cb2ef5776960af5f63062a /cc/CCResourceProvider.h | |
parent | 8bf74598f9695d710643d57b7305e8cba2644ed0 (diff) | |
download | chromium_src-f4f450c463c4a210ec7b390bdfb3dee26b5b6902.zip chromium_src-f4f450c463c4a210ec7b390bdfb3dee26b5b6902.tar.gz chromium_src-f4f450c463c4a210ec7b390bdfb3dee26b5b6902.tar.bz2 |
Add more extensive lifetime tracking.
BUG=151428
Review URL: https://chromiumcodereview.appspot.com/11047003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159786 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/CCResourceProvider.h')
-rw-r--r-- | cc/CCResourceProvider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCResourceProvider.h b/cc/CCResourceProvider.h index 04ca875c..1e08882 100644 --- a/cc/CCResourceProvider.h +++ b/cc/CCResourceProvider.h @@ -147,8 +147,8 @@ public: // Temporary functions for debugging crashes in issue 151428 in canary. // Do not use these! - static void debugNotifyEnterOutOfCommitFlowZone(); - static void debugNotifyLeaveOutOfCommitFlowZone(); + static void debugNotifyEnterZone(unsigned int index); + static void debugNotifyLeaveZone(); // The following lock classes are part of the CCResourceProvider API and are // needed to read and write the resource contents. The user must ensure |