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

Unified Diff: gm/beziereffects.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/arcofzorro.cpp ('k') | gm/beziers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/beziereffects.cpp
diff --git a/gm/beziereffects.cpp b/gm/beziereffects.cpp
index b96952a1e022a2ac170d85147577295fce5f0d9b..e49fc91a86ee4d55c508b0fd1e004c9f07a22823 100644
--- a/gm/beziereffects.cpp
+++ b/gm/beziereffects.cpp
@@ -44,11 +44,6 @@ protected:
return SkISize::Make(800, 800);
}
- uint32_t onGetFlags() const SK_OVERRIDE {
- // This is a GPU-specific GM.
- return kGPUOnly_Flag;
- }
-
void onDraw(SkCanvas* canvas) SK_OVERRIDE {
GrRenderTarget* rt = canvas->internal_private_accessTopLayerRenderTarget();
@@ -204,11 +199,6 @@ protected:
return SkISize::Make(800, 800);
}
- uint32_t onGetFlags() const SK_OVERRIDE {
- // This is a GPU-specific GM.
- return kGPUOnly_Flag;
- }
-
void onDraw(SkCanvas* canvas) SK_OVERRIDE {
GrRenderTarget* rt = canvas->internal_private_accessTopLayerRenderTarget();
@@ -397,11 +387,6 @@ protected:
return SkISize::Make(800, 800);
}
- uint32_t onGetFlags() const SK_OVERRIDE {
- // This is a GPU-specific GM.
- return kGPUOnly_Flag;
- }
-
void onDraw(SkCanvas* canvas) SK_OVERRIDE {
GrRenderTarget* rt = canvas->internal_private_accessTopLayerRenderTarget();
« no previous file with comments | « gm/arcofzorro.cpp ('k') | gm/beziers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698