Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4532)

Unified Diff: chrome/renderer/paint_aggregator.h

Issue 5613002: Allow painting multiple paint rects.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/paint_aggregator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/paint_aggregator.h
===================================================================
--- chrome/renderer/paint_aggregator.h (revision 68349)
+++ chrome/renderer/paint_aggregator.h (working copy)
@@ -43,7 +43,8 @@
bool HasPendingUpdate() const;
void ClearPendingUpdate();
- const PendingUpdate& GetPendingUpdate() const { return update_; }
+ // Returns and clears the pending update.
brettw 2010/12/06 23:16:18 Returns -> Fills |update|
+ void PopPendingUpdate(PendingUpdate* update);
// The given rect should be repainted.
void InvalidateRect(const gfx::Rect& rect);
« no previous file with comments | « no previous file | chrome/renderer/paint_aggregator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698