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

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

Issue 1783613004: CC Animation: Erase cc::LayerSettings everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eraseandroid
Patch Set: Rebase. Created 4 years, 9 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.cc ('k') | cc/blink/web_layer_impl.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
(...skipping 23 matching lines...) Expand all
34 34
35 namespace base { 35 namespace base {
36 namespace trace_event { 36 namespace trace_event {
37 class ConvertableToTraceFormat; 37 class ConvertableToTraceFormat;
38 } 38 }
39 } 39 }
40 40
41 namespace cc { 41 namespace cc {
42 class FilterOperations; 42 class FilterOperations;
43 class Layer; 43 class Layer;
44 class LayerSettings;
45 } 44 }
46 45
47 namespace cc_blink { 46 namespace cc_blink {
48 47
49 class WebLayerImpl : public blink::WebLayer { 48 class WebLayerImpl : public blink::WebLayer {
50 public: 49 public:
51 CC_BLINK_EXPORT WebLayerImpl(); 50 CC_BLINK_EXPORT WebLayerImpl();
52 CC_BLINK_EXPORT explicit WebLayerImpl(scoped_refptr<cc::Layer>); 51 CC_BLINK_EXPORT explicit WebLayerImpl(scoped_refptr<cc::Layer>);
53 ~WebLayerImpl() override; 52 ~WebLayerImpl() override;
54 53
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 147
149 bool contents_opaque_is_fixed_; 148 bool contents_opaque_is_fixed_;
150 149
151 private: 150 private:
152 DISALLOW_COPY_AND_ASSIGN(WebLayerImpl); 151 DISALLOW_COPY_AND_ASSIGN(WebLayerImpl);
153 }; 152 };
154 153
155 } // namespace cc_blink 154 } // namespace cc_blink
156 155
157 #endif // CC_BLINK_WEB_LAYER_IMPL_H_ 156 #endif // CC_BLINK_WEB_LAYER_IMPL_H_
OLDNEW
« no previous file with comments | « cc/blink/web_image_layer_impl.cc ('k') | cc/blink/web_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698