summaryrefslogtreecommitdiffstats
path: root/chrome/views/root_view_gtk.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 00:36:12 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 00:36:12 +0000
commit2a2576e904300c757ca90d129346401c63eacb96 (patch)
treeb2274a564a900d51eb6a7ed9c99ca9fe91d4af5c /chrome/views/root_view_gtk.cc
parent5f76da88e6734cda22d39adb0f5e4cca27f07690 (diff)
downloadchromium_src-2a2576e904300c757ca90d129346401c63eacb96.zip
chromium_src-2a2576e904300c757ca90d129346401c63eacb96.tar.gz
chromium_src-2a2576e904300c757ca90d129346401c63eacb96.tar.bz2
Move widget related files into views/widget
TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/root_view_gtk.cc')
-rw-r--r--chrome/views/root_view_gtk.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/views/root_view_gtk.cc b/chrome/views/root_view_gtk.cc
deleted file mode 100644
index 2c21016..0000000
--- a/chrome/views/root_view_gtk.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/views/root_view.h"
-
-#include "base/logging.h"
-
-namespace views {
-
-// TODO(port): Port GetScheduledPaintRectConstrainedToSize() to not use RECT.
-
-void RootView::UpdateCursor(const MouseEvent& e) {
- NOTIMPLEMENTED();
-}
-
-// TODO(port): Port OnPaint() to not use HWNDs in its public interface.
-
-}