Browse Source

Update docs for non-offscreen invalidate

Kevin Sawicki 8 years ago
parent
commit
52d989f908
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/api/web-contents.md

+ 2 - 0
docs/api/web-contents.md

@@ -1210,6 +1210,8 @@ Returns `Integer` - If *offscreen rendering* is enabled returns the current fram
 
 #### `contents.invalidate()`
 
+Schedules a full repaint of the window this web contents is in.
+
 If *offscreen rendering* is enabled invalidates the frame and generates a new
 one through the `'paint'` event.