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

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

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 | « no previous file | services/ui/ws/frame_generator.h » ('j') | services/ui/ws/frame_generator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index 28bf83b5a6a58ca2d24e5e9e06e9fba000523fa8..b471605d047dfca2ce909cf7e5f7a90254f59078 100644
--- a/services/ui/ws/display.h
+++ b/services/ui/ws/display.h
@@ -143,6 +143,8 @@ class Display : public PlatformDisplayDelegate,
// Updates the size of display root ServerWindow and WM root ServerWindow(s).
void OnViewportMetricsChanged(const display::ViewportMetrics& metrics);
+ ServerWindow* GetActiveRootWindow() override;
+
private:
friend class test::DisplayTestApi;
@@ -166,7 +168,6 @@ class Display : public PlatformDisplayDelegate,
// PlatformDisplayDelegate:
display::Display GetDisplay() override;
ServerWindow* GetRootWindow() override;
- ServerWindow* GetActiveRootWindow() override;
void OnAcceleratedWidgetAvailable() override;
bool IsInHighContrastMode() override;
void OnEvent(const ui::Event& event) override;
« no previous file with comments | « no previous file | services/ui/ws/frame_generator.h » ('j') | services/ui/ws/frame_generator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698