| OLD | NEW | 
|---|
| 1 /* | 1 /* | 
| 2  * Copyright (C) 2012 Google Inc. All rights reserved. | 2  * Copyright (C) 2012 Google Inc. All rights reserved. | 
| 3  * | 3  * | 
| 4  * Redistribution and use in source and binary forms, with or without | 4  * Redistribution and use in source and binary forms, with or without | 
| 5  * modification, are permitted provided that the following conditions are | 5  * modification, are permitted provided that the following conditions are | 
| 6  * met: | 6  * met: | 
| 7  * | 7  * | 
| 8  *     * Redistributions of source code must retain the above copyright | 8  *     * Redistributions of source code must retain the above copyright | 
| 9  * notice, this list of conditions and the following disclaimer. | 9  * notice, this list of conditions and the following disclaimer. | 
| 10  *     * Redistributions in binary form must reproduce the above | 10  *     * Redistributions in binary form must reproduce the above | 
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 70 #include "core/frame/ContentSecurityPolicy.h" | 70 #include "core/frame/ContentSecurityPolicy.h" | 
| 71 #include "core/html/HTMLFormElement.h" | 71 #include "core/html/HTMLFormElement.h" | 
| 72 #include "core/html/HTMLInputElement.h" | 72 #include "core/html/HTMLInputElement.h" | 
| 73 #include "core/html/shadow/TextControlInnerElements.h" | 73 #include "core/html/shadow/TextControlInnerElements.h" | 
| 74 #include "core/loader/NavigationPolicy.h" | 74 #include "core/loader/NavigationPolicy.h" | 
| 75 #include "core/loader/appcache/ApplicationCacheHost.h" | 75 #include "core/loader/appcache/ApplicationCacheHost.h" | 
| 76 #include "core/page/InjectedStyleSheet.h" | 76 #include "core/page/InjectedStyleSheet.h" | 
| 77 #include "core/page/PageVisibilityState.h" | 77 #include "core/page/PageVisibilityState.h" | 
| 78 #include "core/page/Settings.h" | 78 #include "core/page/Settings.h" | 
| 79 #include "core/platform/Cursor.h" | 79 #include "core/platform/Cursor.h" | 
| 80 #include "core/platform/graphics/ContentDecryptionModuleSession.h" |  | 
| 81 #include "core/platform/graphics/InbandTextTrackPrivate.h" | 80 #include "core/platform/graphics/InbandTextTrackPrivate.h" | 
| 82 #include "core/platform/graphics/MediaPlayer.h" | 81 #include "core/platform/graphics/MediaPlayer.h" | 
| 83 #include "core/platform/graphics/MediaSourcePrivate.h" | 82 #include "core/platform/graphics/MediaSourcePrivate.h" | 
| 84 #include "core/platform/graphics/filters/FilterOperation.h" | 83 #include "core/platform/graphics/filters/FilterOperation.h" | 
| 85 #include "core/platform/mediastream/MediaStreamSource.h" | 84 #include "core/platform/mediastream/MediaStreamSource.h" | 
| 86 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" | 85 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" | 
| 87 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" | 86 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" | 
| 88 #include "core/rendering/CompositingReasons.h" | 87 #include "core/rendering/CompositingReasons.h" | 
| 89 #include "modules/geolocation/GeolocationError.h" | 88 #include "modules/geolocation/GeolocationError.h" | 
| 90 #include "modules/geolocation/GeolocationPosition.h" | 89 #include "modules/geolocation/GeolocationPosition.h" | 
| 91 #include "modules/indexeddb/IDBCursor.h" | 90 #include "modules/indexeddb/IDBCursor.h" | 
| 92 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" | 91 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" | 
| 93 #include "modules/indexeddb/IDBKey.h" | 92 #include "modules/indexeddb/IDBKey.h" | 
| 94 #include "modules/indexeddb/IDBKeyPath.h" | 93 #include "modules/indexeddb/IDBKeyPath.h" | 
| 95 #include "modules/indexeddb/IDBMetadata.h" | 94 #include "modules/indexeddb/IDBMetadata.h" | 
| 96 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" | 95 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" | 
| 97 #include "modules/notifications/NotificationClient.h" | 96 #include "modules/notifications/NotificationClient.h" | 
| 98 #include "modules/quota/StorageQuota.h" | 97 #include "modules/quota/StorageQuota.h" | 
| 99 #include "modules/speech/SpeechRecognitionError.h" | 98 #include "modules/speech/SpeechRecognitionError.h" | 
| 100 #include "platform/FileMetadata.h" | 99 #include "platform/FileMetadata.h" | 
| 101 #include "platform/FileSystemType.h" | 100 #include "platform/FileSystemType.h" | 
|  | 101 #include "platform/drm/ContentDecryptionModuleSession.h" | 
| 102 #include "platform/fonts/FontDescription.h" | 102 #include "platform/fonts/FontDescription.h" | 
| 103 #include "platform/fonts/FontSmoothingMode.h" | 103 #include "platform/fonts/FontSmoothingMode.h" | 
| 104 #include "platform/network/ResourceLoadPriority.h" | 104 #include "platform/network/ResourceLoadPriority.h" | 
| 105 #include "platform/network/ResourceResponse.h" | 105 #include "platform/network/ResourceResponse.h" | 
| 106 #include "platform/text/TextChecking.h" | 106 #include "platform/text/TextChecking.h" | 
| 107 #include "platform/text/TextDecoration.h" | 107 #include "platform/text/TextDecoration.h" | 
| 108 #include "public/platform/WebClipboard.h" | 108 #include "public/platform/WebClipboard.h" | 
| 109 #include "public/platform/WebCompositingReasons.h" | 109 #include "public/platform/WebCompositingReasons.h" | 
| 110 #include "public/platform/WebFileError.h" | 110 #include "public/platform/WebFileError.h" | 
| 111 #include "public/platform/WebFileInfo.h" | 111 #include "public/platform/WebFileInfo.h" | 
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 698 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot); | 698 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot); | 
| 699 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL
     ayerForClip); | 699 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL
     ayerForClip); | 
| 700 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe
     asonLayerForScrollbar); | 700 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe
     asonLayerForScrollbar); | 
| 701 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp
     ositingReasonLayerForScrollingContainer); | 701 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp
     ositingReasonLayerForScrollingContainer); | 
| 702 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR
     easonLayerForForeground); | 702 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR
     easonLayerForForeground); | 
| 703 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR
     easonLayerForBackground); | 703 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR
     easonLayerForBackground); | 
| 704 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL
     ayerForMask); | 704 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL
     ayerForMask); | 
| 705 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi
     tingReasonOverflowScrollingParent); | 705 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi
     tingReasonOverflowScrollingParent); | 
| 706 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe
     asonOutOfFlowClipping); | 706 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe
     asonOutOfFlowClipping); | 
| 707 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
     lue::wireFormatVersion); | 707 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
     lue::wireFormatVersion); | 
| OLD | NEW | 
|---|