From 2859eb74f9c87471b2429cd12b84144b97157efb Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Fri, 21 Dec 2012 02:01:28 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6921 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gpu/GrTypes.h') diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h index bf599a086a..0c7b4585d2 100644 --- a/include/gpu/GrTypes.h +++ b/include/gpu/GrTypes.h @@ -485,7 +485,7 @@ public: * Initialize the cache ID to a domain and key. */ GrCacheID(Domain domain, const Key& key) { - GrAssert(kInvalid_Domain != domain); + GrAssert(kInvalid_Domain != domain); this->reset(domain, key); } @@ -499,7 +499,7 @@ public: const Key& getKey() const { GrAssert(this->isValid()); return fKey; } Domain getDomain() const { GrAssert(this->isValid()); return fDomain; } - + /** Creates a new unique ID domain. */ static Domain GenerateDomain(); -- cgit v1.2.3