Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index 0e7aba4359702843fd261cf1583c7ad4f950aa43..f11a144589cd52fb68fbbeb8527ced5b916c022b 100644 |
--- a/ui/aura/window.h |
+++ b/ui/aura/window.h |
@@ -175,6 +175,9 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
// Marks the a portion of window as needing to be painted. |
void SchedulePaintInRect(const gfx::Rect& rect); |
+ // Marks a portion of the window as having been damaged (and already painted). |
+ void NotifyDamage(const gfx::Rect& rect); |
+ |
// Stacks the specified child of this Window at the front of the z-order. |
void StackChildAtTop(Window* child); |