diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 23:09:55 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 23:09:55 +0000 |
commit | 96baf3e81b1df4b0836d70c3cded9795e63fa789 (patch) | |
tree | 4332d128a05777ae34641ca2f185b7b548330b8d /cc/resource_update.cc | |
parent | 1597399122fa6d8343dc6d5cdb771f95908c09b1 (diff) | |
download | chromium_src-96baf3e81b1df4b0836d70c3cded9795e63fa789.zip chromium_src-96baf3e81b1df4b0836d70c3cded9795e63fa789.tar.gz chromium_src-96baf3e81b1df4b0836d70c3cded9795e63fa789.tar.bz2 |
cc: Rename cc classes and members to match filenames
Fixed reland of https://chromiumcodereview.appspot.com/11189043/
TBR=jam@chromium.org,jamesr@chromium.org
BUG=155413
Review URL: https://codereview.chromium.org/11231054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resource_update.cc')
-rw-r--r-- | cc/resource_update.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/resource_update.cc b/cc/resource_update.cc index b5d7717..c31e7be 100644 --- a/cc/resource_update.cc +++ b/cc/resource_update.cc @@ -10,7 +10,7 @@ namespace cc { -ResourceUpdate ResourceUpdate::Create(CCPrioritizedTexture* texture, +ResourceUpdate ResourceUpdate::Create(PrioritizedTexture* texture, const SkBitmap* bitmap, IntRect content_rect, IntRect source_rect, @@ -25,7 +25,7 @@ ResourceUpdate ResourceUpdate::Create(CCPrioritizedTexture* texture, return update; } -ResourceUpdate ResourceUpdate::CreateFromPicture(CCPrioritizedTexture* texture, +ResourceUpdate ResourceUpdate::CreateFromPicture(PrioritizedTexture* texture, SkPicture* picture, IntRect content_rect, IntRect source_rect, |