| Index: Source/core/events/NavigatorEvents.h
|
| diff --git a/Source/platform/PasteMode.h b/Source/core/events/NavigatorEvents.h
|
| similarity index 90%
|
| copy from Source/platform/PasteMode.h
|
| copy to Source/core/events/NavigatorEvents.h
|
| index 351e5d432ea0c7ed59b7a0f2cd4e9b18c5579399..44cead911974797033b7bb3c2e674f6732dbe538 100644
|
| --- a/Source/platform/PasteMode.h
|
| +++ b/Source/core/events/NavigatorEvents.h
|
| @@ -28,16 +28,18 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PasteMode_h
|
| -#define PasteMode_h
|
| +#ifndef NavigatorEvents_h
|
| +#define NavigatorEvents_h
|
|
|
| namespace WebCore {
|
|
|
| -enum PasteMode {
|
| - AllMimeTypes,
|
| - PlainTextOnly,
|
| +class Navigator;
|
| +
|
| +class NavigatorEvents {
|
| +public:
|
| + static long maxTouchPoints(Navigator*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|
| -#endif
|
| +#endif // NavigatorEvents_h
|
|
|