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

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

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/server_window_surface_manager.cc ('k') | services/ui/ws/test_server_window_delegate.cc » ('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.h
diff --git a/services/ui/ws/test_server_window_delegate.h b/services/ui/ws/test_server_window_delegate.h
index 9fd4c2cdb6ec17e1ea2fa1578c2e1113e66be6cb..67c50c51851f7879765f8fb9f059b2405954422b 100644
--- a/services/ui/ws/test_server_window_delegate.h
+++ b/services/ui/ws/test_server_window_delegate.h
@@ -23,13 +23,13 @@ class TestServerWindowDelegate : public ServerWindowDelegate {
private:
// ServerWindowDelegate:
- ui::SurfacesState* GetSurfacesState() override;
+ ui::DisplayCompositor* GetDisplayCompositor() override;
void OnScheduleWindowPaint(ServerWindow* window) override;
const ServerWindow* GetRootWindow(const ServerWindow* window) const override;
void ScheduleSurfaceDestruction(ServerWindow* window) override;
const ServerWindow* root_window_;
- scoped_refptr<ui::SurfacesState> surfaces_state_;
+ scoped_refptr<ui::DisplayCompositor> display_compositor_;
DISALLOW_COPY_AND_ASSIGN(TestServerWindowDelegate);
};
« no previous file with comments | « services/ui/ws/server_window_surface_manager.cc ('k') | services/ui/ws/test_server_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698