Add PepperTryCatch and V8ObjectVar classes
[chromium-blink-merge.git] / mojo / views / views_init.cc
blobedd8af34ae9277dd672e8bdd8b948f2255bb4740
1 // Copyright 2014 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 "mojo/views/views_init.h"
7 #include "mojo/views/views_init_internal.h"
9 namespace mojo {
11 ViewsInit::ViewsInit() {
12 InitViews();
15 ViewsInit::~ViewsInit() {
18 } // namespace mojo