aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkSurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkSurface.h')
-rw-r--r--include/core/SkSurface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h
index 884045fd39..8e407b92f6 100644
--- a/include/core/SkSurface.h
+++ b/include/core/SkSurface.h
@@ -79,13 +79,13 @@ public:
* 0.
*/
uint32_t generationID() const;
-
+
/**
* Call this if the contents have changed. This will (lazily) force a new
* value to be returned from generationID() when it is called next.
*/
void notifyContentChanged();
-
+
/**
* Return a canvas that will draw into this surface. This will always
* return the same canvas for a given surface, and is manged/owned by the