Mailbox support for texture layers.
[chromium-blink-merge.git] / ui / base / dialogs / base_shell_dialog.cc
blobae8912a406efc91cf5e31ad968b33b8ab87bc4c1
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/base/dialogs/base_shell_dialog.h"
7 namespace ui {
9 BaseShellDialog::~BaseShellDialog() {}
11 } // namespace ui