Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Side by Side Diff: Source/web/AssertMatchingEnums.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/platform/win/SystemInfo.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 #include "core/frame/ContentSecurityPolicy.h" 64 #include "core/frame/ContentSecurityPolicy.h"
65 #include "core/html/HTMLFormElement.h" 65 #include "core/html/HTMLFormElement.h"
66 #include "core/html/HTMLInputElement.h" 66 #include "core/html/HTMLInputElement.h"
67 #include "core/html/shadow/TextControlInnerElements.h" 67 #include "core/html/shadow/TextControlInnerElements.h"
68 #include "core/loader/NavigationPolicy.h" 68 #include "core/loader/NavigationPolicy.h"
69 #include "core/loader/appcache/ApplicationCacheHost.h" 69 #include "core/loader/appcache/ApplicationCacheHost.h"
70 #include "core/page/InjectedStyleSheet.h" 70 #include "core/page/InjectedStyleSheet.h"
71 #include "core/page/PageVisibilityState.h" 71 #include "core/page/PageVisibilityState.h"
72 #include "core/page/Settings.h" 72 #include "core/page/Settings.h"
73 #include "core/platform/Cursor.h" 73 #include "core/platform/Cursor.h"
74 #include "core/platform/graphics/filters/FilterOperation.h"
75 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" 74 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
76 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" 75 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
77 #include "core/rendering/CompositingReasons.h" 76 #include "core/rendering/CompositingReasons.h"
78 #include "modules/geolocation/GeolocationError.h" 77 #include "modules/geolocation/GeolocationError.h"
79 #include "modules/geolocation/GeolocationPosition.h" 78 #include "modules/geolocation/GeolocationPosition.h"
80 #include "modules/indexeddb/IDBKey.h" 79 #include "modules/indexeddb/IDBKey.h"
81 #include "modules/indexeddb/IDBKeyPath.h" 80 #include "modules/indexeddb/IDBKeyPath.h"
82 #include "modules/indexeddb/IDBMetadata.h" 81 #include "modules/indexeddb/IDBMetadata.h"
83 #include "modules/indexeddb/IndexedDB.h" 82 #include "modules/indexeddb/IndexedDB.h"
84 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" 83 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h"
85 #include "modules/notifications/NotificationClient.h" 84 #include "modules/notifications/NotificationClient.h"
86 #include "modules/quota/StorageQuota.h" 85 #include "modules/quota/StorageQuota.h"
87 #include "modules/speech/SpeechRecognitionError.h" 86 #include "modules/speech/SpeechRecognitionError.h"
88 #include "platform/FileMetadata.h" 87 #include "platform/FileMetadata.h"
89 #include "platform/FileSystemType.h" 88 #include "platform/FileSystemType.h"
90 #include "platform/drm/ContentDecryptionModuleSession.h" 89 #include "platform/drm/ContentDecryptionModuleSession.h"
91 #include "platform/fonts/FontDescription.h" 90 #include "platform/fonts/FontDescription.h"
92 #include "platform/fonts/FontSmoothingMode.h" 91 #include "platform/fonts/FontSmoothingMode.h"
92 #include "platform/graphics/filters/FilterOperation.h"
93 #include "platform/graphics/media/MediaPlayer.h" 93 #include "platform/graphics/media/MediaPlayer.h"
94 #include "platform/mediastream/MediaStreamSource.h" 94 #include "platform/mediastream/MediaStreamSource.h"
95 #include "platform/network/ResourceLoadPriority.h" 95 #include "platform/network/ResourceLoadPriority.h"
96 #include "platform/network/ResourceResponse.h" 96 #include "platform/network/ResourceResponse.h"
97 #include "platform/text/TextChecking.h" 97 #include "platform/text/TextChecking.h"
98 #include "platform/text/TextDecoration.h" 98 #include "platform/text/TextDecoration.h"
99 #include "platform/weborigin/ReferrerPolicy.h" 99 #include "platform/weborigin/ReferrerPolicy.h"
100 #include "public/platform/WebClipboard.h" 100 #include "public/platform/WebClipboard.h"
101 #include "public/platform/WebCompositingReasons.h" 101 #include "public/platform/WebCompositingReasons.h"
102 #include "public/platform/WebCursorInfo.h" 102 #include "public/platform/WebCursorInfo.h"
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL ayerForClip); 675 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL ayerForClip);
676 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe asonLayerForScrollbar); 676 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe asonLayerForScrollbar);
677 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp ositingReasonLayerForScrollingContainer); 677 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp ositingReasonLayerForScrollingContainer);
678 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR easonLayerForForeground); 678 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR easonLayerForForeground);
679 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR easonLayerForBackground); 679 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR easonLayerForBackground);
680 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL ayerForMask); 680 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL ayerForMask);
681 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi tingReasonOverflowScrollingParent); 681 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi tingReasonOverflowScrollingParent);
682 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe asonOutOfFlowClipping); 682 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe asonOutOfFlowClipping);
683 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonIsolateCompositedDescendants, Co mpositingReasonIsolateCompositedDescendants); 683 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonIsolateCompositedDescendants, Co mpositingReasonIsolateCompositedDescendants);
684 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion); 684 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion);
OLDNEW
« no previous file with comments | « Source/platform/win/SystemInfo.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698