Commit dfd6d3e6 authored by sky@chromium.org's avatar sky@chromium.org

Removes some code that is currently not necessary and causes problems

for tab dragging code. The StackAtTop() is unnecessary with current
code and appears to cause a capture lost during tab dragging which
leads to a crash.

BUG=140606
TEST=none
R=ben@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10828175

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150144 0039d316-1c4b-4281-b951-d872f2087c98
parent 6d3fb9e9
...@@ -54,5 +54,8 @@ SkColor LocationBarContainer::GetBackgroundColor() { ...@@ -54,5 +54,8 @@ SkColor LocationBarContainer::GetBackgroundColor() {
} }
void LocationBarContainer::StackAtTop() { void LocationBarContainer::StackAtTop() {
// TODO: reenable when PlatformInit() code is reenabled.
/*
view_parent_->GetWidget()->StackAtTop(); view_parent_->GetWidget()->StackAtTop();
*/
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment