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

Unified Diff: sky/engine/platform/graphics/ImageBuffer.cpp

Issue 842113005: Delete a bunch of noop paint invalidation code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix comment Created 5 years, 11 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 | « sky/engine/platform/graphics/ImageBuffer.h ('k') | sky/engine/platform/graphics/ImageBufferSurface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/ImageBuffer.cpp
diff --git a/sky/engine/platform/graphics/ImageBuffer.cpp b/sky/engine/platform/graphics/ImageBuffer.cpp
index 3d6d60e23c4e210d57d13cf33c87ce91bf940c19..b95aa96d6aeb6d3d41201acfca6df4db26ebe8be 100644
--- a/sky/engine/platform/graphics/ImageBuffer.cpp
+++ b/sky/engine/platform/graphics/ImageBuffer.cpp
@@ -120,9 +120,9 @@ void ImageBuffer::didFinalizeFrame()
m_client->didFinalizeFrame();
}
-void ImageBuffer::finalizeFrame(const FloatRect &dirtyRect)
+void ImageBuffer::finalizeFrame()
{
- m_surface->finalizeFrame(dirtyRect);
+ m_surface->finalizeFrame();
didFinalizeFrame();
}
« no previous file with comments | « sky/engine/platform/graphics/ImageBuffer.h ('k') | sky/engine/platform/graphics/ImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698