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

Unified Diff: Source/platform/graphics/RecordingImageBufferSurface.h

Issue 1217893004: remove unused cachedBitmap from ImageBufferSurface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/platform/graphics/RecordingImageBufferSurface.h
diff --git a/Source/platform/graphics/RecordingImageBufferSurface.h b/Source/platform/graphics/RecordingImageBufferSurface.h
index b7f2e473317aa6618865b501c309ec70bd669b82..cd787e42974cc31cab2b26751e45a3aad8f166d9 100644
--- a/Source/platform/graphics/RecordingImageBufferSurface.h
+++ b/Source/platform/graphics/RecordingImageBufferSurface.h
@@ -54,10 +54,6 @@ public:
bool restore() override;
WebLayer* layer() const override;
bool isAccelerated() const override;
- bool cachedBitmapEnabled() const override;
- const SkBitmap& cachedBitmap() const override;
- void invalidateCachedBitmap() override;
- void updateCachedBitmapIfNeeded() override;
void setIsHidden(bool) override;
private:
« no previous file with comments | « Source/platform/graphics/ImageBufferSurface.cpp ('k') | Source/platform/graphics/RecordingImageBufferSurface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698