Rollback V8 to version 3.26.31 (based on bleeding_edge revision r21147).
[chromium-blink-merge.git] / ppapi / host / instance_message_filter.cc
blob229235f99c03629448bc0cc014e408c0e01500e3
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 "ppapi/host/instance_message_filter.h"
7 #include "ppapi/host/ppapi_host.h"
9 namespace ppapi {
10 namespace host {
12 InstanceMessageFilter::InstanceMessageFilter(PpapiHost* host) : host_(host) {
15 InstanceMessageFilter::~InstanceMessageFilter() {
18 } // namespace host
19 } // namespace ppapi