Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / webkit / plugins / ppapi / ppb_var_deprecated_impl.h
blob5e12400c3501e8acef2997c7da282013ec6c8cc7
1 // Copyright (c) 2011 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 #ifndef WEBKIT_PLUGINS_PPAPI_PPB_VAR_DEPRECATED_IMPL_H_
6 #define WEBKIT_PLUGINS_PPAPI_PPB_VAR_DEPRECATED_IMPL_H_
8 struct PPB_Var_Deprecated;
10 namespace webkit {
11 namespace ppapi {
13 class PPB_Var_Deprecated_Impl {
14 public:
15 static const PPB_Var_Deprecated* GetVarDeprecatedInterface();
18 } // namespace ppapi
19 } // namespace webkit
21 #endif // WEBKIT_PLUGINS_PPAPI_PPB_VAR_DEPRECATED_IMPL_H_