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

Side by Side Diff: media/cdm/ppapi/ppapi_cdm_adapter.h

Issue 2363283002: Use 'local-exec' for threadlocal_heap_ in tcmalloc. (Closed)
Patch Set: Try static_library for cast_graphics Created 3 years, 11 months 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 | « media/cdm/ppapi/cdm_file_io_impl.h ('k') | media/cdm/ppapi/ppapi_cdm_adapter.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_ 5 #ifndef MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_
6 #define MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_ 6 #define MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h" // nogncheck
12 #include "build/build_config.h" 12 #include "build/build_config.h"
13 #include "base/macros.h" 13 #include "base/macros.h" // nogncheck
14 #include "media/cdm/api/content_decryption_module.h" 14 #include "media/cdm/api/content_decryption_module.h"
15 #include "media/cdm/cdm_helpers.h" 15 #include "media/cdm/cdm_helpers.h"
16 #include "media/cdm/cdm_wrapper.h" 16 #include "media/cdm/cdm_wrapper.h"
17 #include "media/cdm/ppapi/linked_ptr.h" 17 #include "media/cdm/ppapi/linked_ptr.h"
18 #include "media/cdm/ppapi/ppapi_cdm_buffer.h" 18 #include "media/cdm/ppapi/ppapi_cdm_buffer.h"
19 #include "ppapi/c/pp_stdint.h" 19 #include "ppapi/c/pp_stdint.h"
20 #include "ppapi/c/private/pp_content_decryptor.h" 20 #include "ppapi/c/private/pp_content_decryptor.h"
21 #include "ppapi/cpp/completion_callback.h" 21 #include "ppapi/cpp/completion_callback.h"
22 #include "ppapi/cpp/private/content_decryptor_private.h" 22 #include "ppapi/cpp/private/content_decryptor_private.h"
23 #include "ppapi/cpp/private/output_protection_private.h" 23 #include "ppapi/cpp/private/output_protection_private.h"
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 280
281 uint32_t last_read_file_size_kb_; 281 uint32_t last_read_file_size_kb_;
282 bool file_size_uma_reported_; 282 bool file_size_uma_reported_;
283 283
284 DISALLOW_COPY_AND_ASSIGN(PpapiCdmAdapter); 284 DISALLOW_COPY_AND_ASSIGN(PpapiCdmAdapter);
285 }; 285 };
286 286
287 } // namespace media 287 } // namespace media
288 288
289 #endif // MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_ 289 #endif // MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_
OLDNEW
« no previous file with comments | « media/cdm/ppapi/cdm_file_io_impl.h ('k') | media/cdm/ppapi/ppapi_cdm_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698