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

Side by Side Diff: cc/test/fake_resource_provider.h

Issue 1539203002: Switch to standard integer types in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes Created 5 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
« no previous file with comments | « cc/test/fake_picture_layer_tiling_client.cc ('k') | cc/test/fake_scrollbar.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 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 CC_TEST_FAKE_RESOURCE_PROVIDER_H_ 5 #ifndef CC_TEST_FAKE_RESOURCE_PROVIDER_H_
6 #define CC_TEST_FAKE_RESOURCE_PROVIDER_H_ 6 #define CC_TEST_FAKE_RESOURCE_PROVIDER_H_
7 7
8 #include <stddef.h>
9
8 #include "cc/resources/resource_provider.h" 10 #include "cc/resources/resource_provider.h"
9 #include "ui/gfx/buffer_types.h" 11 #include "ui/gfx/buffer_types.h"
10 12
11 namespace cc { 13 namespace cc {
12 14
13 class FakeResourceProvider : public ResourceProvider { 15 class FakeResourceProvider : public ResourceProvider {
14 public: 16 public:
15 static scoped_ptr<FakeResourceProvider> Create( 17 static scoped_ptr<FakeResourceProvider> Create(
16 OutputSurface* output_surface, 18 OutputSurface* output_surface,
17 SharedBitmapManager* shared_bitmap_manager) { 19 SharedBitmapManager* shared_bitmap_manager) {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 blocking_main_thread_task_runner, 53 blocking_main_thread_task_runner,
52 highp_threshold_min, 54 highp_threshold_min,
53 id_allocation_chunk_size, 55 id_allocation_chunk_size,
54 use_gpu_memory_buffer_resources, 56 use_gpu_memory_buffer_resources,
55 use_image_texture_targets) {} 57 use_image_texture_targets) {}
56 }; 58 };
57 59
58 } // namespace cc 60 } // namespace cc
59 61
60 #endif // CC_TEST_FAKE_RESOURCE_PROVIDER_H_ 62 #endif // CC_TEST_FAKE_RESOURCE_PROVIDER_H_
OLDNEW
« no previous file with comments | « cc/test/fake_picture_layer_tiling_client.cc ('k') | cc/test/fake_scrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698