Adds fake hardware video encoder.
[chromium-blink-merge.git] / components / web_modal / web_contents_modal_dialog_host.cc
blob89913876eb6638e3ea511324408defa6f60d0718
1 // Copyright (c) 2013 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 "components/web_modal/web_contents_modal_dialog_host.h"
7 namespace web_modal {
9 WebContentsModalDialogHost::~WebContentsModalDialogHost() {
12 } // namespace web_modal