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_GLUE_WEB_IO_OPERATORS_H_
6 #define WEBKIT_GLUE_WEB_IO_OPERATORS_H_
10 #include "build/build_config.h"
11 #include "webkit/glue/webkit_glue_export.h"
15 #if defined(WCHAR_T_IS_UTF32)
17 WEBKIT_GLUE_EXPORT
std::ostream
& operator<<(std::ostream
& out
,
19 #endif // defined(WCHAR_T_IS_UTF32)
22 WEBKIT_GLUE_EXPORT
std::ostream
& operator<<(std::ostream
& out
,
26 std::ostream
& operator<<(std::ostream
& out
, const WebRect
& p
);
30 #endif // WEBKIT_GLUE_WEB_IO_OPERATORS_H_