Delay consuming the mailbox in the resource provider until lockForRead.
commit7ad0a789e8a2f31010541fcfd33064d3f777c2c2
authoralexst@chromium.org <alexst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 11 Jan 2013 21:07:17 +0000 (11 21:07 +0000)
committeralexst@chromium.org <alexst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 11 Jan 2013 21:07:17 +0000 (11 21:07 +0000)
treed9069931454881318e3b10904480ee5c09d42010
parent72876e120f3fc6d2e51261d59c3c5e2c6f5ce4c1
Delay consuming the mailbox in the resource provider until lockForRead.

We don't need to consume the mailbox immediately after we receive it,
since in UberComp case it causes unnecessary texture creation/deletion.

BUG=

Review URL: https://chromiumcodereview.appspot.com/11820056

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176435 0039d316-1c4b-4281-b951-d872f2087c98
cc/resource_provider.cc