summaryrefslogtreecommitdiffstats
path: root/cc/resources/texture_mailbox_deleter.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-21 00:34:29 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-21 00:34:29 +0000
commita11e5c2a673d6447737c2f8282cff095e150a43a (patch)
tree1a3898a53d6e22107c97d22b006ede45c102c4f2 /cc/resources/texture_mailbox_deleter.cc
parent48ed2610d757483f2e4ebddda617fd7e92855d5a (diff)
downloadchromium_src-a11e5c2a673d6447737c2f8282cff095e150a43a.zip
chromium_src-a11e5c2a673d6447737c2f8282cff095e150a43a.tar.gz
chromium_src-a11e5c2a673d6447737c2f8282cff095e150a43a.tar.bz2
Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"
This reverts commit 9ee2343406a6fae9c8aacc7303f7b1e5a04aab9e. This patch is the source of the top crash in canary. See the bug for more details. TBR=sheu NOTREECHECKS=true BUG=336040 Review URL: https://codereview.chromium.org/129873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resources/texture_mailbox_deleter.cc')
-rw-r--r--cc/resources/texture_mailbox_deleter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/texture_mailbox_deleter.cc b/cc/resources/texture_mailbox_deleter.cc
index 542b95e..cf7b3b61 100644
--- a/cc/resources/texture_mailbox_deleter.cc
+++ b/cc/resources/texture_mailbox_deleter.cc
@@ -17,7 +17,7 @@ namespace cc {
static void DeleteTextureOnImplThread(
const scoped_refptr<ContextProvider>& context_provider,
unsigned texture_id,
- uint32 sync_point,
+ unsigned sync_point,
bool is_lost) {
if (sync_point)
context_provider->ContextGL()->WaitSyncPointCHROMIUM(sync_point);