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

Unified Diff: services/ui/surfaces/display_compositor_client.h

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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/surfaces/display_compositor.cc ('k') | services/ui/surfaces/surfaces_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/display_compositor_client.h
diff --git a/services/ui/surfaces/display_compositor_client.h b/services/ui/surfaces/display_compositor_client.h
new file mode 100644
index 0000000000000000000000000000000000000000..bdd7493e2123e1f268d1d93d8174a320a3c74932
--- /dev/null
+++ b/services/ui/surfaces/display_compositor_client.h
@@ -0,0 +1,24 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_CLIENT_
+#define SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_CLIENT_
+
+namespace ui {
+
+namespace surfaces {
+
+// TODO(fsamuel): In this future, this will be a mojo interface.
+class DisplayCompositorClient {
+ public:
+ virtual void OnSurfaceCreated(const gfx::Size& size,
+ float device_scale_factor,
+ const cc::SurfaceId& surface_id) = 0;
+};
+
+} // namespace surfaces
+
+} // namespace ui
+
+#endif // SERVICES_UI_SURFACES_DISPLAY_COMPOSITOR_CLIENT_
« no previous file with comments | « services/ui/surfaces/display_compositor.cc ('k') | services/ui/surfaces/surfaces_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698