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

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

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)
Patch Set: Removed bad change Created 4 years, 2 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 | « services/ui/ws/test_server_window_delegate.h ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_server_window_delegate.cc
diff --git a/services/ui/ws/test_server_window_delegate.cc b/services/ui/ws/test_server_window_delegate.cc
index f9296b3bbd19bf6621b8bf76ca6d5b61aebe8c70..873f074ff91d01c9b01e820f6bff539dc583fffb 100644
--- a/services/ui/ws/test_server_window_delegate.cc
+++ b/services/ui/ws/test_server_window_delegate.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/ui/surfaces/surfaces_state.h"
+#include "services/ui/surfaces/display_compositor.h"
#include "services/ui/ws/server_window.h"
#include "services/ui/ws/test_server_window_delegate.h"
@@ -11,12 +11,12 @@ namespace ui {
namespace ws {
TestServerWindowDelegate::TestServerWindowDelegate()
- : root_window_(nullptr), surfaces_state_(new SurfacesState()) {}
+ : root_window_(nullptr), display_compositor_(new DisplayCompositor()) {}
TestServerWindowDelegate::~TestServerWindowDelegate() {}
-ui::SurfacesState* TestServerWindowDelegate::GetSurfacesState() {
- return surfaces_state_.get();
+ui::DisplayCompositor* TestServerWindowDelegate::GetDisplayCompositor() {
+ return display_compositor_.get();
}
void TestServerWindowDelegate::OnScheduleWindowPaint(ServerWindow* window) {}
« no previous file with comments | « services/ui/ws/test_server_window_delegate.h ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698