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

Unified Diff: ui/aura/mus/window_port_mus.h

Issue 2972963002: [mus+ash] Implements hit-test client in Aura (Closed)
Patch Set: [mus ash] Implements hit-test client in Aura (rebased) Created 3 years, 5 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 | « ui/aura/mus/hit_test_data_provider_mus_unittest.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_port_mus.h
diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
index 57500d95b92c3dbc80d82a6549a6ab5500bbdac9..f3cacf4da7565b58295c966e1b1f419368f87240 100644
--- a/ui/aura/mus/window_port_mus.h
+++ b/ui/aura/mus/window_port_mus.h
@@ -58,6 +58,8 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
Window* window() { return window_; }
const Window* window() const { return window_; }
+ cc::FrameSinkId frame_sink_id() const { return frame_sink_id_; }
+
ClientSurfaceEmbedder* client_surface_embedder() const {
return client_surface_embedder_.get();
}
@@ -98,6 +100,7 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
friend class WindowTreeClient;
friend class WindowTreeClientPrivate;
friend class WindowTreeHostMus;
+ friend class HitTestDataProviderMusTest;
using ServerChangeIdType = uint8_t;
« no previous file with comments | « ui/aura/mus/hit_test_data_provider_mus_unittest.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698