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

Unified Diff: gm/blurrect.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/blurcircles.cpp ('k') | gm/blurroundrect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/blurrect.cpp
diff --git a/gm/blurrect.cpp b/gm/blurrect.cpp
index a47b9cdc14cf3a5f60fce64c428f0f6d472701e2..fb3ee379031e01801e687d22502b81b38bce3ba2 100644
--- a/gm/blurrect.cpp
+++ b/gm/blurrect.cpp
@@ -147,8 +147,6 @@ protected:
}
}
- uint32_t onGetFlags() const SK_OVERRIDE { return kSkipPipe_Flag | kSkipTiled_Flag; }
-
private:
void drawProcs(SkCanvas* canvas, const SkRect& r, const SkPaint& paint,
bool doClip, const Proc procs[], size_t procsCount) {
@@ -248,8 +246,6 @@ protected:
}
}
- virtual uint32_t onGetFlags() const { return kSkipPipe_Flag; }
-
private:
typedef GM INHERITED;
};
@@ -320,8 +316,6 @@ protected:
canvas->drawBitmap(bm, SkIntToScalar(center_x), SkIntToScalar(center_y), NULL);
}
- virtual uint32_t onGetFlags() const { return kSkipPipe_Flag; }
-
private:
typedef GM INHERITED;
};
« no previous file with comments | « gm/blurcircles.cpp ('k') | gm/blurroundrect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698