summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/paint_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all @code to <code> and @endcode to </code> as per dmichael. Adding ↵jond@google.com2011-08-301-2/+2
| | | | | | | | Polina to the review to look at url_loader.h and give approval of text that points to example. Review URL: http://codereview.chromium.org/7715005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98856 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed references such that all begin "Refer to xyz for further information." jond@google.com2011-08-231-5/+6
| | | | | | | Doxygen will create links for xyz (don't need @see). Review URL: http://codereview.chromium.org/7711014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97859 0039d316-1c4b-4281-b951-d872f2087c98
* Small changes such as spacing and adding [in/out] identifiers after @params.jond@google.com2011-08-161-11/+14
| | | | | | Review URL: http://codereview.chromium.org/7617018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97004 0039d316-1c4b-4281-b951-d872f2087c98
* New C++ Docs.jond@google.com2011-08-111-112/+183
| | | | | | Review URL: http://codereview.chromium.org/7553026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96399 0039d316-1c4b-4281-b951-d872f2087c98
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-241-3/+18
| | | | | | | | | | | | | | | | | implementation in line with the interface documentation (the old behavior would clobber any content). The copying behavior was introduced to avoid flickering when resizing. To avoid this, the PaintManager now doesn't bind the new device until it's been painted to. This gives flicker-free painting. This fixes a bug in the paint manager example that made it not paint. TEST=manual BUG=86568 Review URL: http://codereview.chromium.org/7215030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90386 0039d316-1c4b-4281-b951-d872f2087c98
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+207
http://ppapi.googlecode.com/ TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64613 0039d316-1c4b-4281-b951-d872f2087c98