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

Unified Diff: gm/bleed.cpp

Issue 23352003: Create new target to hold gpu test code, enable direct testing of GrEffects in GM. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add parens Created 7 years, 4 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
Index: gm/bleed.cpp
diff --git a/gm/bleed.cpp b/gm/bleed.cpp
index fad5c0f18a73f80ee66d099a7bca71964be372da..83b914681f4f593a6b2133a93f7098c14ee0f559 100644
--- a/gm/bleed.cpp
+++ b/gm/bleed.cpp
@@ -14,10 +14,6 @@
namespace skiagm {
extern GrContext* GetGr();
};
-
-void GrContext::setMaxTextureSizeOverride(int maxTextureSizeOverride) {
- fMaxTextureSizeOverride = maxTextureSizeOverride;
-}
#endif
// Create a black&white checked texture with a 1-pixel red ring

Powered by Google App Engine
This is Rietveld 408576698