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

Unified Diff: include/core/SkShader.h

Issue 179343005: Add a class to allocate small objects w/o extra calls to new. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename the .h file Created 6 years, 9 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: include/core/SkShader.h
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index da23a20a4b5efe300473ca9da370029947fb350f..d0fac49f7e22cc30cbcb847c1538aada687fa18e 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -371,10 +371,6 @@ private:
uint8_t fTotalInverseClass;
SkDEBUGCODE(SkBool8 fInSetContext;)
- static SkShader* CreateBitmapShader(const SkBitmap& src,
- TileMode, TileMode,
- void* storage, size_t storageSize);
- friend class SkAutoBitmapShaderInstall;
typedef SkFlattenable INHERITED;
};
« no previous file with comments | « gyp/tests.gypi ('k') | src/core/SkBitmapProcShader.h » ('j') | src/core/SkSmallAllocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698