diff options
author | reveman@google.com <reveman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 21:16:40 +0000 |
---|---|---|
committer | reveman@google.com <reveman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 21:16:40 +0000 |
commit | 3b10a30273e8efe972c623f859a50b5a8643a063 (patch) | |
tree | 4cf6423c7541350104105c61cb3293356805bfa4 /cc/thread_proxy.h | |
parent | 34f3e03f8de771a2bf954c9f029804768fec2a5b (diff) | |
download | chromium_src-3b10a30273e8efe972c623f859a50b5a8643a063.zip chromium_src-3b10a30273e8efe972c623f859a50b5a8643a063.tar.gz chromium_src-3b10a30273e8efe972c623f859a50b5a8643a063.tar.bz2 |
cc: Rename PrioritizedTexture to PrioritizedResource.
sed -e '
s/PrioritizedTexture/PrioritizedResource/g
s/prioritized_texture/prioritized_resource/g
s/PRIORITIZED_TEXTURE/PRIORITIZED_RESOURCE/g
s/managedTexture/managedResource/g
s/textureManager/resourceManager/g
s/constentsTextureManager/constentsResourceManager/g
'
BUG=
TEST=cc_unittests
Review URL: https://codereview.chromium.org/11369109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/thread_proxy.h')
-rw-r--r-- | cc/thread_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h index 7e14347..1c6c3e3 100644 --- a/cc/thread_proxy.h +++ b/cc/thread_proxy.h @@ -87,7 +87,7 @@ private: base::TimeTicks monotonicFrameBeginTime; scoped_ptr<ScrollAndScaleSet> scrollInfo; WebKit::WebTransformationMatrix implTransform; - PrioritizedTextureManager::BackingList evictedContentsTexturesBackings; + PrioritizedResourceManager::BackingList evictedContentsTexturesBackings; size_t memoryAllocationLimitBytes; }; scoped_ptr<BeginFrameAndCommitState> m_pendingBeginFrameRequest; |