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

Unified Diff: sky/engine/platform/graphics/Canvas2DLayerBridge.h

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
Index: sky/engine/platform/graphics/Canvas2DLayerBridge.h
diff --git a/sky/engine/platform/graphics/Canvas2DLayerBridge.h b/sky/engine/platform/graphics/Canvas2DLayerBridge.h
index 283362cf49e2abd1d664fc634b1bb4ec093abdd0..caa572082dce64f5ff92c29bd78eff95f324e2b4 100644
--- a/sky/engine/platform/graphics/Canvas2DLayerBridge.h
+++ b/sky/engine/platform/graphics/Canvas2DLayerBridge.h
@@ -66,7 +66,7 @@ public:
virtual void skippedPendingDrawCommands() override;
// ImageBufferSurface implementation
- void finalizeFrame(const FloatRect &dirtyRect);
+ void finalizeFrame();
void willAccessPixels();
SkCanvas* canvas() const { return m_canvas.get(); }
bool checkSurfaceValid();
« no previous file with comments | « sky/engine/platform/graphics/Canvas2DImageBufferSurface.h ('k') | sky/engine/platform/graphics/Canvas2DLayerBridge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698