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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/frame_generator.cc ('k') | services/ui/ws/frame_generator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator_delegate.h
diff --git a/services/ui/ws/frame_generator_delegate.h b/services/ui/ws/frame_generator_delegate.h
index 86f90c54f5bc7afed4e70abd536fecfce3c83c02..03fbcd043ea533975ffcc7fb096b6d8a12981cfa 100644
--- a/services/ui/ws/frame_generator_delegate.h
+++ b/services/ui/ws/frame_generator_delegate.h
@@ -5,23 +5,13 @@
#ifndef SERVICES_UI_WS_FRAME_GENERATOR_DELEGATE_H_
#define SERVICES_UI_WS_FRAME_GENERATOR_DELEGATE_H_
-#include "base/macros.h"
-#include "services/ui/display/viewport_metrics.h"
-
namespace ui {
namespace ws {
-class ServerWindow;
-
class FrameGeneratorDelegate {
public:
- // Returns the root window of the display.
- virtual ServerWindow* GetRootWindow() = 0;
-
virtual bool IsInHighContrastMode() = 0;
- virtual const display::ViewportMetrics& GetViewportMetrics() const = 0;
-
protected:
virtual ~FrameGeneratorDelegate() {}
};
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/frame_generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698