Index: chrome/renderer/paint_aggregator.h |
=================================================================== |
--- chrome/renderer/paint_aggregator.h (revision 68349) |
+++ chrome/renderer/paint_aggregator.h (working copy) |
@@ -43,7 +43,7 @@ |
bool HasPendingUpdate() const; |
void ClearPendingUpdate(); |
- const PendingUpdate& GetPendingUpdate() const { return update_; } |
+ const PendingUpdate& GetPendingUpdate(); |
brettw
2010/12/06 19:09:29
It kind of sucks that this function modifies the u
|
// The given rect should be repainted. |
void InvalidateRect(const gfx::Rect& rect); |