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

Unified Diff: ui/aura/window.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/window_port_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index b719842226d53dfa997f5058a4b0bc3f4dd0b6bf..32fceca2dc39abef90cac89e13dc9e6e3367603a 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -327,6 +327,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
int64_t old_value,
std::unique_ptr<ui::PropertyData> data) override;
private:
+ friend class HitTestDataProviderMus;
friend class LayoutManager;
friend class PropertyConverter;
friend class WindowPort;
« no previous file with comments | « ui/aura/mus/window_port_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698