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

Unified Diff: ui/views/widget/native_widget_mac.mm

Issue 264953005: hackygoo Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/widget/native_widget_aura.cc ('k') | ui/views/widget/native_widget_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/native_widget_mac.mm
diff --git a/ui/views/widget/native_widget_mac.mm b/ui/views/widget/native_widget_mac.mm
index 080bc390cb7e494b281e78d05db6cc600f2c93e9..38216bbeda2786e3774080c51fceac4cdda8b526 100644
--- a/ui/views/widget/native_widget_mac.mm
+++ b/ui/views/widget/native_widget_mac.mm
@@ -205,9 +205,15 @@ ui::NativeTheme* NativeWidgetMac::GetNativeTheme() const {
}
void NativeWidgetMac::OnRootViewLayout() const {
+}
+
+void NativeWidgetMac::ClearGestureState() {
+}
+void NativeWidgetMac::DisableActivationShadow() {
}
+
////////////////////////////////////////////////////////////////////////////////
// NativeWidgetMac, NativeWidget implementation:
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | ui/views/widget/native_widget_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698