aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-04 17:49:52 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-04 17:49:52 +0000
commitfdbd504950556ea1165ee9b1df1c0968252c7d7e (patch)
tree98d05bfa918a19a4b82227672072dcc158fad2c2 /include/core
parent65ee5f424cb4dabd453268902c00086605d77c1d (diff)
remove kGL_Capability (unused)
BUG=skia: R=bsalomon@google.com Review URL: https://codereview.chromium.org/153993003 git-svn-id: http://skia.googlecode.com/svn/trunk@13307 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkDevice.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index c35f02d6e7..250a6a3d56 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -59,9 +59,7 @@ public:
SkMetaData& getMetaData();
enum Capabilities {
- kGL_Capability = 0x1, //!< mask indicating GL support
- kVector_Capability = 0x2, //!< mask indicating a vector representation
- kAll_Capabilities = 0x3
+ kVector_Capability = 0x1, //!< mask indicating a vector representation
};
virtual uint32_t getDeviceCapabilities() = 0;