aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTraceMarker.h
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-27 03:02:48 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-27 03:02:48 +0000
commitdb35dab49e0e6bf16ccad5052bf6e6826daad27d (patch)
treef2d262f9bbf79a80a94d824723441e0b4844857a /src/gpu/GrTraceMarker.h
parent787227d3560bd8021394b76ada2cb184ecf5c919 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13961 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrTraceMarker.h')
-rw-r--r--src/gpu/GrTraceMarker.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gpu/GrTraceMarker.h b/src/gpu/GrTraceMarker.h
index 38e87fd0fb..7cc2f7f955 100644
--- a/src/gpu/GrTraceMarker.h
+++ b/src/gpu/GrTraceMarker.h
@@ -39,7 +39,7 @@ public:
GrTraceMarkerSet(const GrTraceMarkerSet& other);
// Adds marker to the set.
- void add(const GrGpuTraceMarker& marker);
+ void add(const GrGpuTraceMarker& marker);
// Adds all markers from one set into this set.
void addSet(const GrTraceMarkerSet& markerSet);
@@ -53,7 +53,7 @@ public:
* marker string used in the TraceMarker and the (#,#,..) is a list of instance
* id's for the the given marker string
*/
- SkString toString() const;
+ SkString toString() const;
class Iter;
@@ -66,4 +66,3 @@ private:
};
#endif
-