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

Unified Diff: gm/vertices.cpp

Issue 129123004: Remove GPU-only flag for vertices GM (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/vertices.cpp
diff --git a/gm/vertices.cpp b/gm/vertices.cpp
index da7f0b6056bf83ce747373e572661578ba1879dd..644000e8ff028a6acd04f327bcb8b04f6f3628e8 100644
--- a/gm/vertices.cpp
+++ b/gm/vertices.cpp
@@ -110,13 +110,6 @@ protected:
}
}
-#if 1
- virtual uint32_t onGetFlags() const {
- // https://code.google.com/p/skia/issues/detail?id=1956
- return kSkipGPU_Flag;
- }
-#endif
-
private:
typedef skiagm::GM INHERITED;
};
« 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