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

Unified Diff: ui/aura/client/default_capture_client.h

Issue 38423002: Make aura::clients take Window instead of RootWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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/client/default_activation_client.cc ('k') | ui/aura/client/default_capture_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/default_capture_client.h
diff --git a/ui/aura/client/default_capture_client.h b/ui/aura/client/default_capture_client.h
index a628b2d96ef705e16f04846bff2087b660d52937..fd95de091c2319b0058512bf1abdcac8e2ff79c9 100644
--- a/ui/aura/client/default_capture_client.h
+++ b/ui/aura/client/default_capture_client.h
@@ -15,7 +15,7 @@ namespace client {
class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
public:
- explicit DefaultCaptureClient(RootWindow* root_window);
+ explicit DefaultCaptureClient(Window* root_window);
virtual ~DefaultCaptureClient();
private:
@@ -24,7 +24,7 @@ class AURA_EXPORT DefaultCaptureClient : public client::CaptureClient {
virtual void ReleaseCapture(Window* window) OVERRIDE;
virtual Window* GetCaptureWindow() OVERRIDE;
- RootWindow* root_window_;
+ Window* root_window_;
Window* capture_window_;
DISALLOW_COPY_AND_ASSIGN(DefaultCaptureClient);
« no previous file with comments | « ui/aura/client/default_activation_client.cc ('k') | ui/aura/client/default_capture_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698