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

Unified Diff: components/mus/ws/test_server_window_delegate.cc

Issue 1766943002: Refators display related functionality into own class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 9 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
« no previous file with comments | « components/mus/ws/test_server_window_delegate.h ('k') | components/mus/ws/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_server_window_delegate.cc
diff --git a/components/mus/ws/test_server_window_delegate.cc b/components/mus/ws/test_server_window_delegate.cc
index 24677a644f09481adaf9f3d03b3e508e8235bd60..9a033b3980a45a693b1b0f5d1798989739ea3325 100644
--- a/components/mus/ws/test_server_window_delegate.cc
+++ b/components/mus/ws/test_server_window_delegate.cc
@@ -17,8 +17,7 @@ mus::SurfacesState* TestServerWindowDelegate::GetSurfacesState() {
return nullptr;
}
-void TestServerWindowDelegate::OnScheduleWindowPaint(
- const ServerWindow* window) {}
+void TestServerWindowDelegate::OnScheduleWindowPaint(ServerWindow* window) {}
const ServerWindow* TestServerWindowDelegate::GetRootWindow(
const ServerWindow* window) const {
« no previous file with comments | « components/mus/ws/test_server_window_delegate.h ('k') | components/mus/ws/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698