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

Unified Diff: sky/engine/public/platform/WebExternalTextureLayer.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/scroll/Scrollbar.cpp ('k') | sky/engine/public/platform/WebLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebExternalTextureLayer.h
diff --git a/sky/engine/public/platform/WebExternalTextureLayer.h b/sky/engine/public/platform/WebExternalTextureLayer.h
index 26cede4570cc5f6987e169da550c9e80843e4482..5a8a2fc412ef1bac193e0314329de09acb07bdf1 100644
--- a/sky/engine/public/platform/WebExternalTextureLayer.h
+++ b/sky/engine/public/platform/WebExternalTextureLayer.h
@@ -61,6 +61,7 @@ public:
// Sets whether this context should be rate limited by the compositor. Rate limiting works by blocking
// invalidate() and invalidateRect() calls if the compositor is too many frames behind.
+ // FIXME(sky): Does this do anything in sky now that we don't have paintInvalidation?
virtual void setRateLimitContext(bool) = 0;
};
« no previous file with comments | « sky/engine/platform/scroll/Scrollbar.cpp ('k') | sky/engine/public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698