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

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

Issue 1195963006: Removing getBackingTextureImage from ImageBufferSurface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix unit test 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
« no previous file with comments | « no previous file | Source/platform/graphics/Canvas2DLayerBridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Canvas2DImageBufferSurface.h
diff --git a/Source/platform/graphics/Canvas2DImageBufferSurface.h b/Source/platform/graphics/Canvas2DImageBufferSurface.h
index 8bd12731d4f52bed49388476b0b8abde3c29f6c7..b027cec0b66c022594c62236dec65e5439e7d307 100644
--- a/Source/platform/graphics/Canvas2DImageBufferSurface.h
+++ b/Source/platform/graphics/Canvas2DImageBufferSurface.h
@@ -61,7 +61,6 @@ public:
bool isValid() const override { return m_layerBridge && m_layerBridge->checkSurfaceValid(); }
bool restore() override { return m_layerBridge->restoreSurface(); }
WebLayer* layer() const override { return m_layerBridge->layer(); }
- PassRefPtr<SkImage> getBackingTextureImage() const override { return m_layerBridge->getBackingTextureImage(); }
bool isAccelerated() const override { return m_layerBridge->isAccelerated(); }
void setFilterQuality(SkFilterQuality filterQuality) override { m_layerBridge->setFilterQuality(filterQuality); }
void setIsHidden(bool hidden) override { m_layerBridge->setIsHidden(hidden); }
« no previous file with comments | « no previous file | Source/platform/graphics/Canvas2DLayerBridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698