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

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

Issue 2763143002: Remove FrameGenerator::root_window_ (Closed)
Patch Set: PlatformDisplayDefault does not implement ServerWindowObserver Created 3 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: services/ui/ws/platform_display_default.h
diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
index 25f4755df4bd21c1378871c80114aaa1bffdc22d..b45de5b09a6e51dfa236a7f1c0c33cb64a4eb725 100644
--- a/services/ui/ws/platform_display_default.h
+++ b/services/ui/ws/platform_display_default.h
@@ -78,7 +78,6 @@ class PlatformDisplayDefault : public PlatformDisplay,
display::ViewportMetrics metrics_;
std::unique_ptr<ui::PlatformWindow> platform_window_;
gfx::AcceleratedWidget widget_;
- float init_device_scale_factor_;
DISALLOW_COPY_AND_ASSIGN(PlatformDisplayDefault);
};

Powered by Google App Engine
This is Rietveld 408576698