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

Side by Side Diff: content/browser/compositor/reflector_impl_unittest.cc

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
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 #include "base/run_loop.h" 5 #include "base/run_loop.h"
6 #include "base/single_thread_task_runner.h" 6 #include "base/single_thread_task_runner.h"
7 #include "build/build_config.h"
7 #include "cc/test/fake_output_surface_client.h" 8 #include "cc/test/fake_output_surface_client.h"
8 #include "cc/test/test_context_provider.h" 9 #include "cc/test/test_context_provider.h"
9 #include "cc/test/test_web_graphics_context_3d.h" 10 #include "cc/test/test_web_graphics_context_3d.h"
10 #include "content/browser/compositor/browser_compositor_output_surface.h" 11 #include "content/browser/compositor/browser_compositor_output_surface.h"
11 #include "content/browser/compositor/browser_compositor_overlay_candidate_valida tor.h" 12 #include "content/browser/compositor/browser_compositor_overlay_candidate_valida tor.h"
12 #include "content/browser/compositor/reflector_impl.h" 13 #include "content/browser/compositor/reflector_impl.h"
13 #include "content/browser/compositor/reflector_texture.h" 14 #include "content/browser/compositor/reflector_texture.h"
14 #include "content/browser/compositor/test/no_transport_image_transport_factory.h " 15 #include "content/browser/compositor/test/no_transport_image_transport_factory.h "
15 #include "testing/gtest/include/gtest/gtest.h" 16 #include "testing/gtest/include/gtest/gtest.h"
16 #include "ui/compositor/compositor.h" 17 #include "ui/compositor/compositor.h"
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 plane_2.plane_z_order = 1; 221 plane_2.plane_z_order = 1;
221 list.push_back(plane_1); 222 list.push_back(plane_1);
222 list.push_back(plane_2); 223 list.push_back(plane_2);
223 output_surface_->GetOverlayCandidateValidator()->CheckOverlaySupport(&list); 224 output_surface_->GetOverlayCandidateValidator()->CheckOverlaySupport(&list);
224 EXPECT_FALSE(list[0].overlay_handled); 225 EXPECT_FALSE(list[0].overlay_handled);
225 } 226 }
226 #endif // defined(USE_OZONE) 227 #endif // defined(USE_OZONE)
227 228
228 } // namespace 229 } // namespace
229 } // namespace content 230 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/compositor/owned_mailbox.h ('k') | content/browser/compositor/reflector_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698