| Index: third_party/WebKit/Source/platform/SharedBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/SharedBuffer.h b/third_party/WebKit/Source/platform/SharedBuffer.h
|
| index 9edad438fd5b14388da7a5626c875a0ad7729114..b03aa8582bffa7c1c068ada2c57769052190b0c5 100644
|
| --- a/third_party/WebKit/Source/platform/SharedBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/SharedBuffer.h
|
| @@ -130,7 +130,7 @@ public:
|
|
|
| // Creates an SkData and copies this SharedBuffer's contents to that
|
| // SkData without merging segmented buffers into a flat buffer.
|
| - PassRefPtr<SkData> getAsSkData() const;
|
| + sk_sp<SkData> getAsSkData() const;
|
|
|
| // See PurgeableVector::lock().
|
| bool lock();
|
|
|