diff options
| author | Jason Sams <jsams@google.com> | 2012-07-24 18:10:20 -0700 |
|---|---|---|
| committer | Jason Sams <jsams@google.com> | 2012-07-24 18:10:20 -0700 |
| commit | e3150cfb3edb028407669e4a65e087eae77e718c (patch) | |
| tree | 2c722d95d30d534bdeef11958a4a50d33b3c3e7f /rsProgramRaster.cpp | |
| parent | cd1e8c8d88330f02aec7092ab5bff8e4aa51f508 (diff) | |
Plumb context through for serialization.
Change-Id: I2a49f57aa7576604deeac898a7cceb36ae68d66f
Diffstat (limited to 'rsProgramRaster.cpp')
| -rw-r--r-- | rsProgramRaster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramRaster.cpp b/rsProgramRaster.cpp index 94bfe427..4f27f2ec 100644 --- a/rsProgramRaster.cpp +++ b/rsProgramRaster.cpp @@ -53,7 +53,7 @@ void ProgramRaster::setup(const Context *rsc, ProgramRasterState *state) { rsc->mHal.funcs.raster.setActive(rsc, this); } -void ProgramRaster::serialize(OStream *stream) const { +void ProgramRaster::serialize(Context *rsc, OStream *stream) const { } ProgramRaster *ProgramRaster::createFromStream(Context *rsc, IStream *stream) { |
