cef/tests
Marshall Greenblatt b12e172af0 Improve off-screen rendering behavior (issue #1257).
- The |dirtyRects| argument to CefRenderHandler::OnPaint is now a single rectangle representing the union of all dirty rectangles since the last frame was generated. In most cases this rectangle will be smaller than the view (frame) size.
- cefclient: Use a ScopedGLContext class on all platforms to manage the current GL context and avoid GL state leaks.
- cefclient: Add debug checks in ClientOSRenderer for GL errors and fix some errors that were discovered.
- cefclient: Add a new `--show-update-rect` command-line flag that provides visualization of the update rectangle by drawing a red border around it for each frame.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1945 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-12-02 11:23:57 +00:00
..
cefclient Improve off-screen rendering behavior (issue #1257). 2014-12-02 11:23:57 +00:00
cefsimple Generate CMake configuration for the binary distribution (issue #1404). 2014-10-22 21:48:11 +00:00
unittests Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00