| Index: include/core/SkCanvas.h
 | 
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
 | 
| index 4ad915c641294e84f99c1ddad2b451de2967c888..0df5d0b7e95d6a1a94bfb9d3ba053af8a42052d0 100644
 | 
| --- a/include/core/SkCanvas.h
 | 
| +++ b/include/core/SkCanvas.h
 | 
| @@ -124,7 +124,9 @@ public:
 | 
|      ///////////////////////////////////////////////////////////////////////////
 | 
|  
 | 
|      /**
 | 
| -     *  Trigger the immediate execution of all pending draw operations.
 | 
| +     *  Trigger the immediate execution of all pending draw operations. For the GPU
 | 
| +     *  backend this will resolve all rendering to the GPU surface backing the
 | 
| +     *  SkSurface that owns this canvas.
 | 
|       */
 | 
|      void flush();
 | 
|  
 | 
| 
 |