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

Unified Diff: gm/shadertext2.cpp

Issue 867963004: remove unused GM flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: guarded flags Created 5 years, 11 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 | « gm/shadertext.cpp ('k') | gm/shadertext3.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/shadertext2.cpp
diff --git a/gm/shadertext2.cpp b/gm/shadertext2.cpp
index 23e42ad408dcbbfdfe0540416eaa9a51df22aab5..31d1e8986957d7e4f7b648736babe08ccff34058 100644
--- a/gm/shadertext2.cpp
+++ b/gm/shadertext2.cpp
@@ -199,11 +199,6 @@ protected:
}
}
- uint32_t onGetFlags() const SK_OVERRIDE {
- // disable 565 for now, til mike fixes the debug assert
- return kSkip565_Flag | kSkipTiled_Flag;
- }
-
private:
typedef GM INHERITED;
};
« no previous file with comments | « gm/shadertext.cpp ('k') | gm/shadertext3.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698