| Index: content/renderer/pepper_parent_context_provider.cc
|
| ===================================================================
|
| --- content/renderer/pepper_parent_context_provider.cc (revision 0)
|
| +++ content/renderer/pepper_parent_context_provider.cc (revision 0)
|
| @@ -0,0 +1,11 @@
|
| +// Copyright (c) 2011 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 "content/renderer/pepper_parent_context_provider.h"
|
| +
|
| +PepperParentContextProvider::PepperParentContextProvider() {
|
| +}
|
| +
|
| +PepperParentContextProvider::~PepperParentContextProvider() {
|
| +}
|
|
|
| Property changes on: content/renderer/pepper_parent_context_provider.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|