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

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

Issue 2651843002: FrameGenerator should receive SurfaceInfo and use it in frame generation (Closed)
Patch Set: c Created 3 years, 11 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_utils.h ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index 38df6fa8d054985a91b2e1c85346371230ae3adb..373faa9f219a3fd4372383b0507cfdec81002f0f 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -154,16 +154,10 @@ TestPlatformDisplayFactory::CreatePlatformDisplay(
// TestFrameGeneratorDelegate -------------------------------------------------
-TestFrameGeneratorDelegate::TestFrameGeneratorDelegate(
- ServerWindow* root_window)
- : root_window_(root_window) {}
+TestFrameGeneratorDelegate::TestFrameGeneratorDelegate() {}
TestFrameGeneratorDelegate::~TestFrameGeneratorDelegate() {}
-ServerWindow* TestFrameGeneratorDelegate::GetActiveRootWindow() {
- return root_window_;
-}
-
bool TestFrameGeneratorDelegate::IsInHighContrastMode() {
return false;
}
« no previous file with comments | « services/ui/ws/test_utils.h ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698