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

Unified Diff: views/events/event.h

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces Created 9 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
Index: views/events/event.h
diff --git a/views/events/event.h b/views/events/event.h
index 99a0c9b3ca78f87b7ef13fc0fbeea71fa088d11a..4231598e4c04eae765869dd822a7d813d10a1b7b 100644
--- a/views/events/event.h
+++ b/views/events/event.h
@@ -32,7 +32,7 @@ class NativeWidgetView;
class RootView;
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(USE_AURA)
VIEWS_EXPORT bool IsClientMouseEvent(const views::NativeEvent& native_event);
VIEWS_EXPORT bool IsNonClientMouseEvent(const views::NativeEvent& native_event);
#endif

Powered by Google App Engine
This is Rietveld 408576698