Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: tools/debugger/SkDebugCanvas.h

Issue 1692683002: fixed off-by-one error in skiaserve /cmd (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/skiaserve/skiaserve.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/debugger/SkDebugCanvas.h
diff --git a/tools/debugger/SkDebugCanvas.h b/tools/debugger/SkDebugCanvas.h
index 339e7add4aa20df5117b15af68cb1b06ee6f8ec7..9a4a9d603bd61c9ad4d0938b65049ea0fa8c1f65 100644
--- a/tools/debugger/SkDebugCanvas.h
+++ b/tools/debugger/SkDebugCanvas.h
@@ -141,7 +141,7 @@ public:
SkString clipStackData() const { return fClipStackData; }
/**
- Returns a JSON object representing up to N draws, where N is < SkDebugCanvas::getSize().
+ Returns a JSON object representing up to N draws, where N is <= SkDebugCanvas::getSize().
The encoder may use the UrlDataManager to store binary data such as images, referring to
them via URLs embedded in the JSON.
*/
« no previous file with comments | « no previous file | tools/skiaserve/skiaserve.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698