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

Unified Diff: include/core/SkDevice.h

Issue 153993003: remove kGpu_Capability (unused) (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDevice.h
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index c35f02d6e7047dd64bde1fefe86fc81debd0e268..250a6a3d560c56668ba414746374e7226e76a736 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698