Remove budgeted parameter from SkSurface::makeImageSnapshot
authorRobert Phillips <robertphillips@google.com>
Thu, 16 Mar 2017 12:32:56 +0000 (08:32 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Thu, 16 Mar 2017 13:36:06 +0000 (13:36 +0000)
commitb64bcbdc3a5aa7b9e3ff216e4617ddc1db9260b5
treefe99f9fe4f379226b3593989aa6c46cb2969650d
parent755a2c6b4229c86d22cd7dbd399abc97fefab4cb
Remove budgeted parameter from SkSurface::makeImageSnapshot

This unused feature complicates MDB.

Chrome compiles locally for me with this CL.

Change-Id: I611e464885fb984030eace43ead42cf39d0e7f72
Reviewed-on: https://skia-review.googlesource.com/9734
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
15 files changed:
bench/GrMipMapBench.cpp
gm/croppedrects.cpp
include/core/SkSurface.h
src/core/SkImagePriv.h
src/gpu/GrSurfaceProxy.cpp
src/gpu/GrSurfaceProxyPriv.h
src/image/SkImage_Gpu.cpp
src/image/SkImage_Gpu.h
src/image/SkSurface.cpp
src/image/SkSurface_Base.h
src/image/SkSurface_Gpu.cpp
src/image/SkSurface_Gpu.h
src/image/SkSurface_Raster.cpp
tests/GrTextureMipMapInvalidationTest.cpp
tests/SurfaceTest.cpp