aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkError.h
diff options
context:
space:
mode:
authorGravatar humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-04 19:23:53 +0000
committerGravatar humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-04 19:23:53 +0000
commit3aad3b01afc77993ff051c02e49186294e312980 (patch)
tree2ea966765798c8e402b0cef6ec2399ba12ed0f37 /include/core/SkError.h
parentf0595b39a97a1c53e47e179a8ee4fa35d9f00fa0 (diff)
add support for high quality image filtering on the GPU
R=bsalomon@google.com, reed@google.com Review URL: https://codereview.chromium.org/23779003 git-svn-id: http://skia.googlecode.com/svn/trunk@11087 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkError.h')
-rw-r--r--include/core/SkError.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/core/SkError.h b/include/core/SkError.h
index c5af46065f..f3f22e9aa0 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