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

Side by Side Diff: cc/layers/layer.h

Issue 16085003: Update refernces to Blink's Platform API (cc) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « cc/layers/io_surface_layer_impl.cc ('k') | cc/layers/layer.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 2010 The Chromium Authors. All rights reserved. 1 // Copyright 2010 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_LAYERS_LAYER_H_ 5 #ifndef CC_LAYERS_LAYER_H_
6 #define CC_LAYERS_LAYER_H_ 6 #define CC_LAYERS_LAYER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/observer_list.h" 12 #include "base/observer_list.h"
13 #include "cc/animation/layer_animation_controller.h" 13 #include "cc/animation/layer_animation_controller.h"
14 #include "cc/animation/layer_animation_value_observer.h" 14 #include "cc/animation/layer_animation_value_observer.h"
15 #include "cc/base/cc_export.h" 15 #include "cc/base/cc_export.h"
16 #include "cc/base/region.h" 16 #include "cc/base/region.h"
17 #include "cc/base/scoped_ptr_vector.h" 17 #include "cc/base/scoped_ptr_vector.h"
18 #include "cc/layers/compositing_reasons.h" 18 #include "cc/layers/compositing_reasons.h"
19 #include "cc/layers/draw_properties.h" 19 #include "cc/layers/draw_properties.h"
20 #include "cc/layers/layer_lists.h" 20 #include "cc/layers/layer_lists.h"
21 #include "cc/layers/layer_position_constraint.h" 21 #include "cc/layers/layer_position_constraint.h"
22 #include "cc/layers/paint_properties.h" 22 #include "cc/layers/paint_properties.h"
23 #include "cc/layers/render_surface.h" 23 #include "cc/layers/render_surface.h"
24 #include "cc/trees/occlusion_tracker.h" 24 #include "cc/trees/occlusion_tracker.h"
25 #include "skia/ext/refptr.h" 25 #include "skia/ext/refptr.h"
26 #include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations .h" 26 #include "third_party/WebKit/public/platform/WebFilterOperations.h"
27 #include "third_party/skia/include/core/SkColor.h" 27 #include "third_party/skia/include/core/SkColor.h"
28 #include "third_party/skia/include/core/SkImageFilter.h" 28 #include "third_party/skia/include/core/SkImageFilter.h"
29 #include "ui/gfx/rect.h" 29 #include "ui/gfx/rect.h"
30 #include "ui/gfx/rect_f.h" 30 #include "ui/gfx/rect_f.h"
31 #include "ui/gfx/transform.h" 31 #include "ui/gfx/transform.h"
32 32
33 namespace WebKit { 33 namespace WebKit {
34 class WebAnimationDelegate; 34 class WebAnimationDelegate;
35 class WebLayerScrollClient; 35 class WebLayerScrollClient;
36 } 36 }
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 DrawProperties<Layer, RenderSurface> draw_properties_; 486 DrawProperties<Layer, RenderSurface> draw_properties_;
487 487
488 PaintProperties paint_properties_; 488 PaintProperties paint_properties_;
489 489
490 DISALLOW_COPY_AND_ASSIGN(Layer); 490 DISALLOW_COPY_AND_ASSIGN(Layer);
491 }; 491 };
492 492
493 } // namespace cc 493 } // namespace cc
494 494
495 #endif // CC_LAYERS_LAYER_H_ 495 #endif // CC_LAYERS_LAYER_H_
OLDNEW
« no previous file with comments | « cc/layers/io_surface_layer_impl.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698