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 a8d96c043df4899b9a3339bd1ca6851998a4a591..99671ebd6653b6e181ca2fb5302331526efb28ae 100644 |
--- a/third_party/WebKit/Source/platform/SharedBuffer.h |
+++ b/third_party/WebKit/Source/platform/SharedBuffer.h |
@@ -145,16 +145,6 @@ public: |
// SkData without merging segmented buffers into a flat buffer. |
sk_sp<SkData> getAsSkData() const; |
- // See PurgeableVector::lock(). |
- bool lock(); |
- |
- // WARNING: Calling unlock() on a SharedBuffer that wasn't created with the |
- // purgeability option does an extra memcpy(). Please use |
- // SharedBuffer::createPurgeable() if you intend to call unlock(). |
- void unlock(); |
- |
- bool isLocked() const; |
- |
void onMemoryDump(const String& dumpPrefix, WebProcessMemoryDump*) const; |
private: |