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

Side by Side Diff: Source/web/WebKit.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/web/InbandTextTrackPrivateImpl.cpp ('k') | Source/web/WebMediaPlayerClientImpl.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) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 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 25 matching lines...) Expand all
36 #include "WebMediaPlayerClientImpl.h" 36 #include "WebMediaPlayerClientImpl.h"
37 #include "WebWorkerClientImpl.h" 37 #include "WebWorkerClientImpl.h"
38 #include "bindings/v8/V8Binding.h" 38 #include "bindings/v8/V8Binding.h"
39 #include "bindings/v8/V8RecursionScope.h" 39 #include "bindings/v8/V8RecursionScope.h"
40 #include "core/Init.h" 40 #include "core/Init.h"
41 #include "core/dom/Microtask.h" 41 #include "core/dom/Microtask.h"
42 #include "core/page/Page.h" 42 #include "core/page/Page.h"
43 #include "core/page/Settings.h" 43 #include "core/page/Settings.h"
44 #include "platform/LayoutTestSupport.h" 44 #include "platform/LayoutTestSupport.h"
45 #include "platform/Logging.h" 45 #include "platform/Logging.h"
46 #include "core/platform/graphics/MediaPlayer.h"
47 #include "core/platform/graphics/chromium/ImageDecodingStore.h" 46 #include "core/platform/graphics/chromium/ImageDecodingStore.h"
48 #include "core/workers/WorkerGlobalScopeProxy.h" 47 #include "core/workers/WorkerGlobalScopeProxy.h"
48 #include "platform/graphics/media/MediaPlayer.h"
49 #include "wtf/Assertions.h" 49 #include "wtf/Assertions.h"
50 #include "wtf/CryptographicallyRandomNumber.h" 50 #include "wtf/CryptographicallyRandomNumber.h"
51 #include "wtf/MainThread.h" 51 #include "wtf/MainThread.h"
52 #include "wtf/UnusedParam.h" 52 #include "wtf/UnusedParam.h"
53 #include "wtf/WTF.h" 53 #include "wtf/WTF.h"
54 #include "wtf/text/AtomicString.h" 54 #include "wtf/text/AtomicString.h"
55 #include "wtf/text/TextEncoding.h" 55 #include "wtf/text/TextEncoding.h"
56 #include "public/platform/Platform.h" 56 #include "public/platform/Platform.h"
57 #include "public/platform/WebPrerenderingSupport.h" 57 #include "public/platform/WebPrerenderingSupport.h"
58 #include "public/platform/WebThread.h" 58 #include "public/platform/WebThread.h"
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 UNUSED_PARAM(name); 223 UNUSED_PARAM(name);
224 #endif // !LOG_DISABLED 224 #endif // !LOG_DISABLED
225 } 225 }
226 226
227 void resetPluginCache(bool reloadPages) 227 void resetPluginCache(bool reloadPages)
228 { 228 {
229 WebCore::Page::refreshPlugins(reloadPages); 229 WebCore::Page::refreshPlugins(reloadPages);
230 } 230 }
231 231
232 } // namespace WebKit 232 } // namespace WebKit
OLDNEW
« no previous file with comments | « Source/web/InbandTextTrackPrivateImpl.cpp ('k') | Source/web/WebMediaPlayerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698