summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/dropdown_bar_host_aura.cc
blob: 4401440a1b5dee5ec0c90039f2e155de4db963d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2012 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/browser/ui/views/dropdown_bar_host.h"

#include "ui/aura/window.h"
#include "ui/views/view_constants_aura.h"
#include "ui/views/widget/widget.h"

void DropdownBarHost::SetHostViewNative(views::View* host_view) {
  host_->GetNativeView()->SetProperty(views::kHostViewKey, host_view);
}