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 16 matching lines...) Expand all Loading... |
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 */ | 29 */ |
30 | 30 |
31 // Use this file to assert that various WebKit API enum values continue | 31 // Use this file to assert that various WebKit API enum values continue |
32 // matching WebCore defined enum values. | 32 // matching WebCore defined enum values. |
33 | 33 |
34 #include "config.h" | 34 #include "config.h" |
35 | 35 |
36 #include <public/WebClipboard.h> | 36 #include <public/WebClipboard.h> |
| 37 #include <public/WebCompositingReasons.h> |
37 #include <public/WebFileError.h> | 38 #include <public/WebFileError.h> |
38 #include <public/WebFileInfo.h> | 39 #include <public/WebFileInfo.h> |
39 #include <public/WebFileSystem.h> | 40 #include <public/WebFileSystem.h> |
40 #include <public/WebFilterOperation.h> | 41 #include <public/WebFilterOperation.h> |
41 #include <public/WebIDBCursor.h> | 42 #include <public/WebIDBCursor.h> |
42 #include <public/WebIDBDatabase.h> | 43 #include <public/WebIDBDatabase.h> |
43 #include <public/WebIDBDatabaseException.h> | 44 #include <public/WebIDBDatabaseException.h> |
44 #include <public/WebIDBFactory.h> | 45 #include <public/WebIDBFactory.h> |
45 #include <public/WebIDBKey.h> | 46 #include <public/WebIDBKey.h> |
46 #include <public/WebIDBKeyPath.h> | 47 #include <public/WebIDBKeyPath.h> |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 #include "core/platform/graphics/FontSmoothingMode.h" | 105 #include "core/platform/graphics/FontSmoothingMode.h" |
105 #include "core/platform/graphics/MediaPlayer.h" | 106 #include "core/platform/graphics/MediaPlayer.h" |
106 #include "core/platform/graphics/MediaSourcePrivate.h" | 107 #include "core/platform/graphics/MediaSourcePrivate.h" |
107 #include "core/platform/graphics/filters/FilterOperation.h" | 108 #include "core/platform/graphics/filters/FilterOperation.h" |
108 #include "core/platform/mediastream/MediaStreamSource.h" | 109 #include "core/platform/mediastream/MediaStreamSource.h" |
109 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" | 110 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" |
110 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" | 111 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" |
111 #include "core/platform/network/ResourceLoadPriority.h" | 112 #include "core/platform/network/ResourceLoadPriority.h" |
112 #include "core/platform/network/ResourceResponse.h" | 113 #include "core/platform/network/ResourceResponse.h" |
113 #include "core/platform/text/TextChecking.h" | 114 #include "core/platform/text/TextChecking.h" |
| 115 #include "core/rendering/RenderLayer.h" |
114 #include "modules/filesystem/FileSystemType.h" | 116 #include "modules/filesystem/FileSystemType.h" |
115 #include "modules/geolocation/GeolocationError.h" | 117 #include "modules/geolocation/GeolocationError.h" |
116 #include "modules/geolocation/GeolocationPosition.h" | 118 #include "modules/geolocation/GeolocationPosition.h" |
117 #include "modules/indexeddb/IDBCursor.h" | 119 #include "modules/indexeddb/IDBCursor.h" |
118 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" | 120 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" |
119 #include "modules/indexeddb/IDBDatabaseException.h" | 121 #include "modules/indexeddb/IDBDatabaseException.h" |
120 #include "modules/indexeddb/IDBKey.h" | 122 #include "modules/indexeddb/IDBKey.h" |
121 #include "modules/indexeddb/IDBKeyPath.h" | 123 #include "modules/indexeddb/IDBKeyPath.h" |
122 #include "modules/indexeddb/IDBMetadata.h" | 124 #include "modules/indexeddb/IDBMetadata.h" |
123 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" | 125 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit
yVeryLow); | 617 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit
yVeryLow); |
616 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow
); | 618 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow
); |
617 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority
Medium); | 619 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority
Medium); |
618 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi
gh); | 620 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi
gh); |
619 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); | 621 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); |
620 | 622 |
621 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); | 623 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); |
622 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); | 624 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); |
623 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); | 625 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); |
624 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); | 626 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
| 627 |
| 628 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonUnknown, CompositingReasonNone); |
| 629 COMPILE_ASSERT_MATCHING_ENUM(CompositingReason3DTransform, CompositingReason3DTr
ansform); |
| 630 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonVideo, CompositingReasonVideo); |
| 631 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonCanvas, CompositingReasonCanvas); |
| 632 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonPlugin, CompositingReasonPlugin); |
| 633 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonIFrame, CompositingReasonIFrame); |
| 634 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonBackfaceVisibilityHidden, Composit
ingReasonBackfaceVisibilityHidden); |
| 635 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonAnimation, CompositingReasonAnimat
ion); |
| 636 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonFilters, CompositingReasonFilters)
; |
| 637 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonPositionFixed, CompositingReasonPo
sitionFixed); |
| 638 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonPositionSticky, CompositingReasonP
ositionSticky); |
| 639 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonOverflowScrollingTouch, Compositin
gReasonOverflowScrollingTouch); |
| 640 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonBlending, CompositingReasonBlendin
g); |
| 641 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonAssumedOverlap, CompositingReasonA
ssumedOverlap); |
| 642 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonOverlap, CompositingReasonOverlap)
; |
| 643 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonNegativeZIndexChildren, Compositin
gReasonNegativeZIndexChildren); |
| 644 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonTransformWithCompositedDescendants
, CompositingReasonTransformWithCompositedDescendants); |
| 645 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonOpacityWithCompositedDescendants,
CompositingReasonOpacityWithCompositedDescendants); |
| 646 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonMaskWithCompositedDescendants, Com
positingReasonMaskWithCompositedDescendants); |
| 647 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonReflectionWithCompositedDescendant
s, CompositingReasonReflectionWithCompositedDescendants); |
| 648 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonFilterWithCompositedDescendants, C
ompositingReasonFilterWithCompositedDescendants); |
| 649 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonBlendingWithCompositedDescendants,
CompositingReasonBlendingWithCompositedDescendants); |
| 650 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonClipsCompositingDescendants, Compo
sitingReasonClipsCompositingDescendants); |
| 651 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonPerspective, CompositingReasonPers
pective); |
| 652 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonPreserve3D, CompositingReasonPrese
rve3D); |
| 653 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonReflectionOfCompositedParent, Comp
ositingReasonReflectionOfCompositedParent); |
| 654 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonRoot, CompositingReasonRoot); |
| 655 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonLayerForClip, CompositingReasonLay
erForClip); |
| 656 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonLayerForScrollbar, CompositingReas
onLayerForScrollbar); |
| 657 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonLayerForScrollingContainer, Compos
itingReasonLayerForScrollingContainer); |
| 658 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonLayerForForeground, CompositingRea
sonLayerForForeground); |
| 659 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonLayerForBackground, CompositingRea
sonLayerForBackground); |
| 660 COMPILE_ASSERT_MATCHING_ENUM(CompositingReasonLayerForMask, CompositingReasonLay
erForMask); |
OLD | NEW |