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

Unified Diff: sky/engine/platform/graphics/ImageBufferSurface.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/graphics/ImageBuffer.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/ImageBufferSurface.h
diff --git a/sky/engine/platform/graphics/ImageBufferSurface.h b/sky/engine/platform/graphics/ImageBufferSurface.h
index f3e1d4d5c38089ee9d76ca140f859e7521f803cd..a2e90f8f9e84144e5b1d9b5369f46dcfafd2e79b 100644
--- a/sky/engine/platform/graphics/ImageBufferSurface.h
+++ b/sky/engine/platform/graphics/ImageBufferSurface.h
@@ -74,7 +74,7 @@ public:
virtual void setImageBuffer(ImageBuffer*) { }
virtual PassRefPtr<SkPicture> getPicture();
virtual void didClearCanvas() { }
- virtual void finalizeFrame(const FloatRect &dirtyRect) { }
+ virtual void finalizeFrame() { }
OpacityMode opacityMode() const { return m_opacityMode; }
const IntSize& size() const { return m_size; }
« no previous file with comments | « sky/engine/platform/graphics/ImageBuffer.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698