| Index: ppapi/proxy/ppb_image_data_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_image_data_proxy.cc b/ppapi/proxy/ppb_image_data_proxy.cc
|
| index 096d61d81487f2974735196fbb70d275a6677b46..43974b84694b1b07063ef9c1e33db327e4b0c47f 100644
|
| --- a/ppapi/proxy/ppb_image_data_proxy.cc
|
| +++ b/ppapi/proxy/ppb_image_data_proxy.cc
|
| @@ -402,6 +402,10 @@ SkCanvas* ImageData::GetCanvas() {
|
| #endif
|
| }
|
|
|
| +void ImageData::SetUsedInReplaceContents() {
|
| + used_in_replace_contents_ = true;
|
| +}
|
| +
|
| void ImageData::RecycleToPlugin(bool zero_contents) {
|
| used_in_replace_contents_ = false;
|
| if (zero_contents) {
|
|
|