summaryrefslogtreecommitdiffstats
path: root/chrome/browser/native_ui_contents.cc
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 22:37:38 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 22:37:38 +0000
commit2dd50820df6d5c39fbb3f1fc1f1b8a29c30b9d72 (patch)
treea7e06fb3fd773206ef652d3b12972b321f00f2f6 /chrome/browser/native_ui_contents.cc
parent2141858324fd45ece7d3e96c60145a71e493fbe0 (diff)
downloadchromium_src-2dd50820df6d5c39fbb3f1fc1f1b8a29c30b9d72.zip
chromium_src-2dd50820df6d5c39fbb3f1fc1f1b8a29c30b9d72.tar.gz
chromium_src-2dd50820df6d5c39fbb3f1fc1f1b8a29c30b9d72.tar.bz2
Minor cleanup of RootView. Removes unused double_buffered field from
RootView, as well as renaming RootView::ProcessPendingPaint to PaintNow. BUG=1255929 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/native_ui_contents.cc')
-rw-r--r--chrome/browser/native_ui_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/native_ui_contents.cc b/chrome/browser/native_ui_contents.cc
index 3988ae0..e9965dd 100644
--- a/chrome/browser/native_ui_contents.cc
+++ b/chrome/browser/native_ui_contents.cc
@@ -97,7 +97,7 @@ namespace {
class NativeRootView : public ChromeViews::RootView {
public:
explicit NativeRootView(NativeUIContents* host)
- : RootView(host, true),
+ : RootView(host),
host_(host) { }
virtual ~NativeRootView() { }