summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container.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/external_tab_container.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/external_tab_container.cc')
-rw-r--r--chrome/browser/external_tab_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/external_tab_container.cc b/chrome/browser/external_tab_container.cc
index 4ec21f6..ad872d9 100644
--- a/chrome/browser/external_tab_container.cc
+++ b/chrome/browser/external_tab_container.cc
@@ -47,7 +47,7 @@ static const wchar_t kWindowObjectKey[] = L"ChromeWindowObject";
ExternalTabContainer::ExternalTabContainer(
AutomationProvider* automation)
: automation_(automation),
- root_view_(this, true),
+ root_view_(this),
tab_contents_(NULL),
external_accel_table_(NULL),
external_accel_entry_count_(0),