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

Unified Diff: services/ui/ws/display.h

Issue 2474113002: Mus+Ash: Unified BeginFrame Skeleton (Closed)
Patch Set: Remove window_tree.mojom.h Created 4 years, 1 month 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: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index d3fb86114f1eec31675a07485a559a1145fd5a05..11811e5ee640635d5131b427f37a51c6ff07892a 100644
--- a/services/ui/ws/display.h
+++ b/services/ui/ws/display.h
@@ -75,9 +75,6 @@ class Display : public PlatformDisplayDelegate,
// Returns a display::Display corresponding to this ws::Display.
display::Display ToDisplay() const;
- // Schedules a paint for the specified region in the coordinates of |window|.
- void SchedulePaint(const ServerWindow* window, const gfx::Rect& bounds);
-
gfx::Size GetSize() const;
WindowServer* window_server() { return window_server_; }

Powered by Google App Engine
This is Rietveld 408576698