summaryrefslogtreecommitdiffstats
path: root/views/widget
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget')
-rw-r--r--views/widget/native_widget_views.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/widget/native_widget_views.cc b/views/widget/native_widget_views.cc
index 0a03e77..bbfa8c5 100644
--- a/views/widget/native_widget_views.cc
+++ b/views/widget/native_widget_views.cc
@@ -77,7 +77,7 @@ void NativeWidgetViews::UpdateFrameAfterFrameChange() {
}
bool NativeWidgetViews::ShouldUseNativeFrame() const {
- NOTIMPLEMENTED();
+// NOTIMPLEMENTED();
return false;
}
@@ -378,7 +378,7 @@ void NativeWidgetViews::SetFullscreen(bool fullscreen) {
}
bool NativeWidgetViews::IsFullscreen() const {
- NOTIMPLEMENTED();
+ // NOTIMPLEMENTED();
return false;
}