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

Unified Diff: ui/aura/client/capture_delegate.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/capture_client.cc ('k') | ui/aura/client/default_activation_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/capture_delegate.h
diff --git a/ui/aura/client/capture_delegate.h b/ui/aura/client/capture_delegate.h
index c727b0a069797a1a6d99239e10b439ad81f0b267..3f3c69141be6dd5ced6aa635042c55b7d051fcb5 100644
--- a/ui/aura/client/capture_delegate.h
+++ b/ui/aura/client/capture_delegate.h
@@ -11,8 +11,8 @@ namespace aura {
class Window;
namespace client {
-// This interface provides API to change the RootWindow's capture state
-// without exposing them as RootWindow API.
+// This interface provides API to change the root Window's capture state without
+// exposing them as RootWindow API.
class AURA_EXPORT CaptureDelegate {
public:
// Called when a capture is set on the |new_capture| which is owned by
« no previous file with comments | « ui/aura/client/capture_client.cc ('k') | ui/aura/client/default_activation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698