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

Side by Side Diff: cc/blink/web_layer_impl.h

Issue 1866203004: Convert //cc from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptrcc: rebase 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 unified diff | Download patch
« no previous file with comments | « cc/blink/web_image_layer_impl.h ('k') | cc/blink/web_layer_impl_fixed_bounds_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 CC_BLINK_WEB_LAYER_IMPL_H_ 5 #ifndef CC_BLINK_WEB_LAYER_IMPL_H_
6 #define CC_BLINK_WEB_LAYER_IMPL_H_ 6 #define CC_BLINK_WEB_LAYER_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <memory>
11 #include <string> 12 #include <string>
12 #include <utility> 13 #include <utility>
13 14
14 #include "base/macros.h" 15 #include "base/macros.h"
15 #include "base/memory/ref_counted.h" 16 #include "base/memory/ref_counted.h"
16 #include "base/memory/scoped_ptr.h"
17 #include "cc/blink/cc_blink_export.h" 17 #include "cc/blink/cc_blink_export.h"
18 #include "cc/layers/layer_client.h" 18 #include "cc/layers/layer_client.h"
19 #include "third_party/WebKit/public/platform/WebColor.h" 19 #include "third_party/WebKit/public/platform/WebColor.h"
20 #include "third_party/WebKit/public/platform/WebDoublePoint.h" 20 #include "third_party/WebKit/public/platform/WebDoublePoint.h"
21 #include "third_party/WebKit/public/platform/WebFloatPoint.h" 21 #include "third_party/WebKit/public/platform/WebFloatPoint.h"
22 #include "third_party/WebKit/public/platform/WebLayer.h" 22 #include "third_party/WebKit/public/platform/WebLayer.h"
23 #include "third_party/WebKit/public/platform/WebPoint.h" 23 #include "third_party/WebKit/public/platform/WebPoint.h"
24 #include "third_party/WebKit/public/platform/WebRect.h" 24 #include "third_party/WebKit/public/platform/WebRect.h"
25 #include "third_party/WebKit/public/platform/WebSize.h" 25 #include "third_party/WebKit/public/platform/WebSize.h"
26 #include "third_party/WebKit/public/platform/WebString.h" 26 #include "third_party/WebKit/public/platform/WebString.h"
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 145
146 bool contents_opaque_is_fixed_; 146 bool contents_opaque_is_fixed_;
147 147
148 private: 148 private:
149 DISALLOW_COPY_AND_ASSIGN(WebLayerImpl); 149 DISALLOW_COPY_AND_ASSIGN(WebLayerImpl);
150 }; 150 };
151 151
152 } // namespace cc_blink 152 } // namespace cc_blink
153 153
154 #endif // CC_BLINK_WEB_LAYER_IMPL_H_ 154 #endif // CC_BLINK_WEB_LAYER_IMPL_H_
OLDNEW
« no previous file with comments | « cc/blink/web_image_layer_impl.h ('k') | cc/blink/web_layer_impl_fixed_bounds_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698