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

Side by Side Diff: content/browser/media/capture/aura_window_capture_machine.cc

Issue 2303653005: Migrate content/ files to histogram_macros.h includes. (Closed)
Patch Set: Created 4 years, 3 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 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 #include "content/browser/media/capture/aura_window_capture_machine.h" 5 #include "content/browser/media/capture/aura_window_capture_machine.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <utility> 8 #include <utility>
9 9
10 #include "base/logging.h" 10 #include "base/logging.h"
11 #include "base/metrics/histogram.h" 11 #include "base/metrics/histogram_macros.h"
12 #include "cc/output/copy_output_request.h" 12 #include "cc/output/copy_output_request.h"
13 #include "cc/output/copy_output_result.h" 13 #include "cc/output/copy_output_result.h"
14 #include "components/display_compositor/gl_helper.h" 14 #include "components/display_compositor/gl_helper.h"
15 #include "content/browser/compositor/image_transport_factory.h" 15 #include "content/browser/compositor/image_transport_factory.h"
16 #include "content/browser/media/capture/desktop_capture_device_uma_types.h" 16 #include "content/browser/media/capture/desktop_capture_device_uma_types.h"
17 #include "content/public/browser/browser_thread.h" 17 #include "content/public/browser/browser_thread.h"
18 #include "device/power_save_blocker/power_save_blocker.h" 18 #include "device/power_save_blocker/power_save_blocker.h"
19 #include "media/base/video_capture_types.h" 19 #include "media/base/video_capture_types.h"
20 #include "media/base/video_util.h" 20 #include "media/base/video_util.h"
21 #include "media/capture/content/thread_safe_capture_oracle.h" 21 #include "media/capture/content/thread_safe_capture_oracle.h"
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 Capture(timestamp); 411 Capture(timestamp);
412 } 412 }
413 413
414 void AuraWindowCaptureMachine::OnCompositingShuttingDown( 414 void AuraWindowCaptureMachine::OnCompositingShuttingDown(
415 ui::Compositor* compositor) { 415 ui::Compositor* compositor) {
416 DCHECK_CURRENTLY_ON(BrowserThread::UI); 416 DCHECK_CURRENTLY_ON(BrowserThread::UI);
417 compositor->RemoveAnimationObserver(this); 417 compositor->RemoveAnimationObserver(this);
418 } 418 }
419 419
420 } // namespace content 420 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/loader/resource_scheduler.cc ('k') | content/browser/media/capture/desktop_capture_device_uma_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698