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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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
« no previous file with comments | « services/ui/ws/display.h ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.cc
diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
index 08fa51e93f36d3b93f5cbe51401edff2b9d0cb92..d9b1c1e72b1cd45f6f20a3bf607e326f9dbb97c6 100644
--- a/services/ui/ws/display.cc
+++ b/services/ui/ws/display.cc
@@ -105,12 +105,6 @@ display::Display Display::ToDisplay() const {
return display;
}
-void Display::SchedulePaint(const ServerWindow* window,
- const gfx::Rect& bounds) {
- DCHECK(root_->Contains(window));
- platform_display_->SchedulePaint(window, bounds);
-}
-
gfx::Size Display::GetSize() const {
return platform_display_->GetBounds().size();
}
« no previous file with comments | « services/ui/ws/display.h ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698