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

Unified Diff: ui/views/widget/desktop_capture_client.h

Issue 10910144: Get mouse events to work with win aura, and make the combobox function in the views examples app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ui/views/views.gyp ('k') | ui/views/widget/desktop_capture_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_capture_client.h
===================================================================
--- ui/views/widget/desktop_capture_client.h (revision 156204)
+++ ui/views/widget/desktop_capture_client.h (working copy)
@@ -8,10 +8,11 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "ui/aura/client/capture_client.h"
+#include "ui/views/views_export.h"
namespace views {
-class DesktopCaptureClient : public aura::client::CaptureClient {
+class VIEWS_EXPORT DesktopCaptureClient : public aura::client::CaptureClient {
public:
DesktopCaptureClient();
virtual ~DesktopCaptureClient();
« no previous file with comments | « ui/views/views.gyp ('k') | ui/views/widget/desktop_capture_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698