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

Side by Side Diff: ui/snapshot/snapshot_async.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: Created 4 years, 12 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 | « ui/snapshot/screenshot_grabber.cc ('k') | ui/snapshot/snapshot_aura_unittest.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 UI_SNAPSHOT_SNAPSHOT_ASYNC_H_ 5 #ifndef UI_SNAPSHOT_SNAPSHOT_ASYNC_H_
6 #define UI_SNAPSHOT_SNAPSHOT_ASYNC_H_ 6 #define UI_SNAPSHOT_SNAPSHOT_ASYNC_H_
7 7
8 #include "base/macros.h"
8 #include "cc/output/copy_output_result.h" 9 #include "cc/output/copy_output_result.h"
9 #include "ui/snapshot/snapshot.h" 10 #include "ui/snapshot/snapshot.h"
10 11
11 namespace base { 12 namespace base {
12 class TaskRunner; 13 class TaskRunner;
13 } 14 }
14 15
15 namespace gfx { 16 namespace gfx {
16 class Size; 17 class Size;
17 } 18 }
(...skipping 15 matching lines...) Expand all
33 scoped_refptr<base::TaskRunner> background_task_runner, 34 scoped_refptr<base::TaskRunner> background_task_runner,
34 scoped_ptr<cc::CopyOutputResult> result); 35 scoped_ptr<cc::CopyOutputResult> result);
35 36
36 private: 37 private:
37 DISALLOW_IMPLICIT_CONSTRUCTORS(SnapshotAsync); 38 DISALLOW_IMPLICIT_CONSTRUCTORS(SnapshotAsync);
38 }; 39 };
39 40
40 } // namespace ui 41 } // namespace ui
41 42
42 #endif // UI_SNAPSHOT_SNAPSHOT_ASYNC_H_ 43 #endif // UI_SNAPSHOT_SNAPSHOT_ASYNC_H_
OLDNEW
« no previous file with comments | « ui/snapshot/screenshot_grabber.cc ('k') | ui/snapshot/snapshot_aura_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698