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

Unified Diff: include/core/SkSurface.h

Issue 1743233002: Remove legacy Budgeted enum aliases from SkSurface (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkSurface.h
diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h
index 0ab97285f4c4628031fd996adcfb433e3214f3fb..7a0352994ae143a96c5b4f6312307e5c5d0d7b6a 100644
--- a/include/core/SkSurface.h
+++ b/include/core/SkSurface.h
@@ -30,10 +30,6 @@ class GrRenderTarget;
*/
class SK_API SkSurface : public SkRefCnt {
public:
- static const SkBudgeted kYes_Budgeted = SkBudgeted::kYes;
- static const SkBudgeted kNo_Budgeted = SkBudgeted::kNo;
- using Budgeted = SkBudgeted;
-
/**
* Create a new surface, using the specified pixels/rowbytes as its
* backend.
« 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