blob: d9dfeda5cfd8b2e303e7f6e0ce8c218d1ab1819b [file] [log] [blame]
// Copyright 2014 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 "ui/views/controls/menu/menu_runner.h"
namespace views {
namespace internal {
// static
DisplayChangeListener* DisplayChangeListener::Create(Widget*, MenuRunner*) {
return NULL;
}
} // namespace internal
} // namespace views