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

Unified Diff: Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h

Issue 1222243002: remove call to didModifyBackingTexture (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/gpu/AcceleratedImageBufferSurface.h
diff --git a/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h b/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
index d94ce96ca20661d2c23289f8f81865a43d62f73c..2397eab259d584af66515e2782bcd15aa8fe5d67 100644
--- a/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
+++ b/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
@@ -47,7 +47,6 @@ public:
SkCanvas* canvas() const override { return m_surface ? m_surface->getCanvas() : 0; }
bool isValid() const override { return m_surface; }
bool isAccelerated() const override { return true; }
- void didModifyBackingTexture() override;
PassRefPtr<SkImage> newImageSnapshot() const override;
Platform3DObject getBackingTextureHandleForOverwrite() override;
« no previous file with comments | « Source/platform/graphics/ImageBufferSurface.h ('k') | Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698