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

Unified Diff: sky/engine/platform/graphics/Canvas2DImageBufferSurface.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
« no previous file with comments | « sky/engine/platform/Widget.h ('k') | sky/engine/platform/graphics/Canvas2DLayerBridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/Canvas2DImageBufferSurface.h
diff --git a/sky/engine/platform/graphics/Canvas2DImageBufferSurface.h b/sky/engine/platform/graphics/Canvas2DImageBufferSurface.h
index 5c1dfbc1e37a2e0f14f92e27142253509c8f6cc9..40471ea2e2576c30f1638abb2a553f5fd84c43ab 100644
--- a/sky/engine/platform/graphics/Canvas2DImageBufferSurface.h
+++ b/sky/engine/platform/graphics/Canvas2DImageBufferSurface.h
@@ -53,7 +53,7 @@ public:
}
// ImageBufferSurface implementation
- virtual void finalizeFrame(const FloatRect &dirtyRect) override { m_layerBridge->finalizeFrame(dirtyRect); }
+ virtual void finalizeFrame() override { m_layerBridge->finalizeFrame(); }
virtual void willAccessPixels() override { m_layerBridge->willAccessPixels(); }
virtual SkCanvas* canvas() const override { return m_layerBridge->canvas(); }
virtual bool isValid() const override { return m_layerBridge && m_layerBridge->checkSurfaceValid(); }
« no previous file with comments | « sky/engine/platform/Widget.h ('k') | sky/engine/platform/graphics/Canvas2DLayerBridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698