Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: third_party/WebKit/Source/platform/graphics/BitmapImage.h

Issue 2918443003: Remove redundant reading and writing of data about SharedBuffer.
Patch Set: benchmark Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/graphics/BitmapImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.h b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
index e93ed07e54be4702a3a48532a1664f30c704dc71..2327cedcfe0f3c6543073abf22d307ef127db048 100644
--- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
@@ -139,8 +139,6 @@ class PLATFORM_EXPORT BitmapImage final : public Image {
// some room in the image cache.
void DestroyDecodedData() override;
- PassRefPtr<SharedBuffer> Data() override;
-
// Notifies observers that the memory footprint has changed.
void NotifyMemoryChanged();
« no previous file with comments | « third_party/WebKit/Source/platform/SharedBufferStep.cpp ('k') | third_party/WebKit/Source/platform/graphics/BitmapImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698