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

Unified Diff: include/core/SkError.h

Issue 23779003: first cut at HQ GPU scaling; refactored existing bicubic scaler (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 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
Index: include/core/SkError.h
diff --git a/include/core/SkError.h b/include/core/SkError.h
index c5af46065f59a7d86d53fde510aa720dcb84a49c..f3f22e9aa05f96780c0c04743e670c4d7e30c8f5 100644
--- a/include/core/SkError.h
+++ b/include/core/SkError.h
@@ -47,7 +47,12 @@ enum SkError {
/** Skia failed while trying to consume some external resource.
*/
- kParseError_SkError
+ kParseError_SkError,
+
+ /** Something went wrong internally; could be resource exhaustion but
+ * will often be a bug.
+ */
+ kInternalError_SkError
};
/** Return the current per-thread error code. Error codes are "sticky"; they

Powered by Google App Engine
This is Rietveld 408576698