Extract SIGPIPE ignoring code to a common place.
[chromium-blink-merge.git] / ppapi / thunk / ppb_pdf_api.h
blobb8869295ccb7d671fb3ccc2c60d2acaa49d2e7ef
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 PPAPI_THUNK_PPB_PDF_API_H_
6 #define PPAPI_THUNK_PPB_PDF_API_H_
8 #include "ppapi/c/private/ppb_pdf.h"
10 namespace ppapi {
11 namespace thunk {
13 class PPB_PDFFont_API {
14 public:
15 virtual ~PPB_PDFFont_API() {}
18 } // namespace thunk
19 } // namespace ppapi
21 #endif // PPAPI_THUNK__API_H_