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

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

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adapt patch to already moved ContentDecryption files Created 7 years, 1 month 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
« no previous file with comments | « Source/platform/graphics/media/MediaPlayer.cpp ('k') | Source/web/InbandTextTrackPrivateImpl.h » ('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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/InbandTextTrackPrivate.h"
81 #include "core/platform/graphics/MediaPlayer.h"
82 #include "core/platform/graphics/MediaSourcePrivate.h" 80 #include "core/platform/graphics/MediaSourcePrivate.h"
83 #include "core/platform/graphics/filters/FilterOperation.h" 81 #include "core/platform/graphics/filters/FilterOperation.h"
84 #include "core/platform/mediastream/MediaStreamSource.h" 82 #include "core/platform/mediastream/MediaStreamSource.h"
85 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" 83 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
86 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" 84 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
87 #include "core/rendering/CompositingReasons.h" 85 #include "core/rendering/CompositingReasons.h"
88 #include "modules/geolocation/GeolocationError.h" 86 #include "modules/geolocation/GeolocationError.h"
89 #include "modules/geolocation/GeolocationPosition.h" 87 #include "modules/geolocation/GeolocationPosition.h"
90 #include "modules/indexeddb/IDBCursor.h" 88 #include "modules/indexeddb/IDBCursor.h"
91 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" 89 #include "modules/indexeddb/IDBDatabaseBackendInterface.h"
92 #include "modules/indexeddb/IDBKey.h" 90 #include "modules/indexeddb/IDBKey.h"
93 #include "modules/indexeddb/IDBKeyPath.h" 91 #include "modules/indexeddb/IDBKeyPath.h"
94 #include "modules/indexeddb/IDBMetadata.h" 92 #include "modules/indexeddb/IDBMetadata.h"
95 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" 93 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h"
96 #include "modules/notifications/NotificationClient.h" 94 #include "modules/notifications/NotificationClient.h"
97 #include "modules/quota/StorageQuota.h" 95 #include "modules/quota/StorageQuota.h"
98 #include "modules/speech/SpeechRecognitionError.h" 96 #include "modules/speech/SpeechRecognitionError.h"
99 #include "platform/FileMetadata.h" 97 #include "platform/FileMetadata.h"
100 #include "platform/FileSystemType.h" 98 #include "platform/FileSystemType.h"
101 #include "platform/drm/ContentDecryptionModuleSession.h" 99 #include "platform/drm/ContentDecryptionModuleSession.h"
102 #include "platform/fonts/FontDescription.h" 100 #include "platform/fonts/FontDescription.h"
103 #include "platform/fonts/FontSmoothingMode.h" 101 #include "platform/fonts/FontSmoothingMode.h"
102 #include "platform/graphics/media/InbandTextTrackPrivate.h"
103 #include "platform/graphics/media/MediaPlayer.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"
112 #include "public/platform/WebFileSystem.h" 112 #include "public/platform/WebFileSystem.h"
113 #include "public/platform/WebIDBCursor.h" 113 #include "public/platform/WebIDBCursor.h"
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
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);
OLDNEW
« no previous file with comments | « Source/platform/graphics/media/MediaPlayer.cpp ('k') | Source/web/InbandTextTrackPrivateImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698