aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrLayerCache.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-03 03:04:26 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-03 03:04:26 +0000
commita9157727f7ac11dffe5780a0cfdb6d2bbb179373 (patch)
treef1a9a90d6662a63e72640f55f895a210e279f05e /src/gpu/GrLayerCache.cpp
parente930a075625d3d90c023c2570a6a4cae1a4b484f (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14039 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrLayerCache.cpp')
-rw-r--r--src/gpu/GrLayerCache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrLayerCache.cpp b/src/gpu/GrLayerCache.cpp
index 4120c54d8f..12da5893a3 100644
--- a/src/gpu/GrLayerCache.cpp
+++ b/src/gpu/GrLayerCache.cpp
@@ -14,7 +14,7 @@
*/
class GrLayerCache::PictureLayerKey {
public:
- PictureLayerKey(uint32_t pictureID, int layerID)
+ PictureLayerKey(uint32_t pictureID, int layerID)
: fPictureID(pictureID)
, fLayerID(layerID) {
}
@@ -41,7 +41,7 @@ private:
int fLayerID;
};
-GrLayerCache::GrLayerCache(GrGpu* gpu)
+GrLayerCache::GrLayerCache(GrGpu* gpu)
: fGpu(SkRef(gpu))
, fLayerPool(16) { // TODO: may need to increase this later
}