| 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
|
|
|