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); |