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

Unified Diff: ui/aura/window.h

Issue 464643003: Stop painting when receiving delegated frame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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
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);

Powered by Google App Engine
This is Rietveld 408576698