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

Unified Diff: views/window/native_window_gtk.cc

Issue 7069022: Adds a basic NativeWindowViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « views/widget/native_widget_views.cc ('k') | views/window/native_window_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/window/native_window_gtk.cc
===================================================================
--- views/window/native_window_gtk.cc (revision 86727)
+++ views/window/native_window_gtk.cc (working copy)
@@ -11,7 +11,6 @@
#include "ui/gfx/rect.h"
#include "views/events/event.h"
#include "views/screen.h"
-#include "views/window/custom_frame_view.h"
#include "views/window/hit_test.h"
#include "views/window/native_window_delegate.h"
#include "views/window/non_client_view.h"
@@ -364,7 +363,7 @@
}
NonClientFrameView* NativeWindowGtk::CreateFrameViewForWindow() {
- return new CustomFrameView(delegate_->AsWindow());
+ return NULL;
}
void NativeWindowGtk::SetAlwaysOnTop(bool always_on_top) {
« no previous file with comments | « views/widget/native_widget_views.cc ('k') | views/window/native_window_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698