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

Unified Diff: include/core/SkPixelRef.h

Issue 1249543003: Creating functions for uploading a mipmapped texture. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Removing the concept of a dirty mipmap. It is expected that the texture upload provides the mipmaps. Created 5 years, 3 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/SkPixelRef.h
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 0d9182aae1bf41964771f6b196c04bc18a6a7c95..e3f6c20ed39fbd2ca2a12d33b277d734bd96c41d 100644
--- a/include/core/SkPixelRef.h
+++ b/include/core/SkPixelRef.h
@@ -304,9 +304,6 @@ protected:
// default impl returns NULL.
virtual SkData* onRefEncodedData();
- // default impl does nothing.
- virtual void onNotifyPixelsChanged();
-
// default impl returns false.
virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
SkYUVColorSpace* colorSpace);
« no previous file with comments | « include/core/SkMipMapLevel.h ('k') | include/gpu/GrContext.h » ('j') | include/gpu/GrSurface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698