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

Unified Diff: sky/engine/public/platform/WebLayer.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/public/platform/WebExternalTextureLayer.h ('k') | sky/engine/public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebLayer.h
diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
index 4434a169fb95b72252d807b1d17a14de1407b878..2f2200f74153bce49b560cf8e6883dcf1171d9ed 100644
--- a/sky/engine/public/platform/WebLayer.h
+++ b/sky/engine/public/platform/WebLayer.h
@@ -55,9 +55,6 @@ public:
// Returns a positive ID that will be unique across all WebLayers allocated in this process.
virtual int id() const = 0;
- // Sets a region of the layer as invalid, i.e. needs to update its content.
- virtual void invalidateRect(const WebFloatRect&) = 0;
-
// Sets the entire layer as invalid, i.e. needs to update its content.
virtual void invalidate() = 0;
« no previous file with comments | « sky/engine/public/platform/WebExternalTextureLayer.h ('k') | sky/engine/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698