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

Unified Diff: components/mus/public/cpp/window.h

Issue 1994223003: views/mus: Add a test to verify that Widget receives events correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: components/mus/public/cpp/window.h
diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
index 9ce601f291c97c90d3924535034e37c1a6e75d78..883dec239621f3b11a989701b5707251ac6b1db5 100644
--- a/components/mus/public/cpp/window.h
+++ b/components/mus/public/cpp/window.h
@@ -32,6 +32,7 @@ class WindowObserver;
class WindowSurface;
class WindowSurfaceBinding;
class WindowTreeClientImpl;
+class WindowTreeClientImplPrivate;
class WindowTreeConnection;
namespace {
@@ -229,6 +230,7 @@ class Window {
private:
friend class WindowPrivate;
friend class WindowTreeClientImpl;
+ friend class WindowTreeClientImplPrivate;
Window(WindowTreeConnection* connection, Id id);

Powered by Google App Engine
This is Rietveld 408576698