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

Unified Diff: sky/engine/public/web/WebWidget.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/WebLayer.h ('k') | sky/engine/public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebWidget.h
diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
index 18a8e46d84b149fc0ab0a68c6b4e58c5a6a89afc..5e7d2a46fca9db3f6c3bf2ed2e967913577c6877 100644
--- a/sky/engine/public/web/WebWidget.h
+++ b/sky/engine/public/web/WebWidget.h
@@ -64,8 +64,7 @@ public:
virtual void beginFrame(const WebBeginFrameArgs& frameTime) = 0;
- // Called to layout the WebWidget. This MUST be called before Paint,
- // and it may result in calls to WebWidgetClient::didInvalidateRect.
+ // Called to layout the WebWidget. This MUST be called before Paint.
virtual void layout() = 0;
// Called to paint the rectangular region within the WebWidget
« no previous file with comments | « sky/engine/public/platform/WebLayer.h ('k') | sky/engine/public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698