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

Unified Diff: content/browser/compositor/reflector_impl_unittest.cc

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Reverting not really needed changes under //gpu. Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/compositor/reflector_impl_unittest.cc
diff --git a/content/browser/compositor/reflector_impl_unittest.cc b/content/browser/compositor/reflector_impl_unittest.cc
index 00e57c647d7fde0b9879afa1c42ed4ddbbc3891c..d5a512c61a9380ca77a01129786c810f46a6045d 100644
--- a/content/browser/compositor/reflector_impl_unittest.cc
+++ b/content/browser/compositor/reflector_impl_unittest.cc
@@ -62,8 +62,8 @@ CreateTestValidatorOzone() {
#if defined(USE_OZONE)
return std::unique_ptr<BrowserCompositorOverlayCandidateValidator>(
new BrowserCompositorOverlayCandidateValidatorOzone(
- 0, std::unique_ptr<ui::OverlayCandidatesOzone>(
- new TestOverlayCandidatesOzone())));
+ std::unique_ptr<ui::OverlayCandidatesOzone>(
+ new TestOverlayCandidatesOzone())));
#else
return nullptr;
#endif // defined(USE_OZONE)
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | content/browser/download/download_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698