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

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

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
« no previous file with comments | « Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
diff --git a/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp b/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
index 801d904a6f18e1cac1ad6907588af534b3072a78..2097456899f8bd1bcca3b5eef88e04ddb9ca75be 100644
--- a/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
+++ b/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
@@ -62,11 +62,6 @@ AcceleratedImageBufferSurface::AcceleratedImageBufferSurface(const IntSize& size
clear();
}
-void AcceleratedImageBufferSurface::didModifyBackingTexture()
-{
- m_surface->getCanvas()->getTopDevice()->accessBitmap(false).notifyPixelsChanged();
-}
-
PassRefPtr<SkImage> AcceleratedImageBufferSurface::newImageSnapshot() const
{
return adoptRef(m_surface->newImageSnapshot());
« no previous file with comments | « Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698