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

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

Issue 1673783004: Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Register id namespace on Android 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
Index: components/mus/ws/test_server_window_delegate.h
diff --git a/components/mus/ws/test_server_window_delegate.h b/components/mus/ws/test_server_window_delegate.h
index f7661e59fae121db1195457a959afa498cf08de6..a452a0173efe7cecba13226e3e683db570edf680 100644
--- a/components/mus/ws/test_server_window_delegate.h
+++ b/components/mus/ws/test_server_window_delegate.h
@@ -33,6 +33,7 @@ class TestServerWindowDelegate : public ServerWindowDelegate {
const ClientWindowId& client_window_id) override;
const ServerWindow* root_window_;
+ scoped_refptr<mus::SurfacesState> surfaces_state_;
DISALLOW_COPY_AND_ASSIGN(TestServerWindowDelegate);
};
« no previous file with comments | « components/mus/ws/server_window_surface_manager.cc ('k') | components/mus/ws/test_server_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698