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

Unified Diff: mojo/views/native_widget_view_manager.h

Issue 541013002: Fix the buttons in the mojo demo window manager debug panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | mojo/views/native_widget_view_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/views/native_widget_view_manager.h
diff --git a/mojo/views/native_widget_view_manager.h b/mojo/views/native_widget_view_manager.h
index 2e5879574515abdb6ebfbdbfee6bb8e727fa502c..a9e8220244b2fa9405cf36455404cc487605503c 100644
--- a/mojo/views/native_widget_view_manager.h
+++ b/mojo/views/native_widget_view_manager.h
@@ -9,6 +9,12 @@
#include "mojo/services/public/cpp/view_manager/view_observer.h"
#include "ui/views/widget/native_widget_aura.h"
+namespace aura {
+namespace client {
+class DefaultCaptureClient;
+}
+}
+
namespace ui {
namespace internal {
class InputMethodDelegate;
@@ -17,7 +23,6 @@ class InputMethodDelegate;
namespace wm {
class FocusController;
-class ScopedCaptureClient;
}
namespace mojo {
@@ -55,7 +60,7 @@ class NativeWidgetViewManager : public views::NativeWidgetAura,
View* view_;
- scoped_ptr<wm::ScopedCaptureClient> capture_client_;
+ scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
DISALLOW_COPY_AND_ASSIGN(NativeWidgetViewManager);
};
« no previous file with comments | « no previous file | mojo/views/native_widget_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698