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

Side by Side Diff: sky/engine/core/core.gni

Issue 1216833003: Make rendering use PaintingNodes for increased efficiency. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Different approach to calling markNeedsPaint with unattached nodes Created 5 years, 5 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 | « no previous file | sky/engine/core/painting/Canvas.h » ('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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 "painting/MaskFilter.cpp", 725 "painting/MaskFilter.cpp",
726 "painting/MaskFilter.h", 726 "painting/MaskFilter.h",
727 "painting/Offset.cpp", 727 "painting/Offset.cpp",
728 "painting/Offset.h", 728 "painting/Offset.h",
729 "painting/Paint.cpp", 729 "painting/Paint.cpp",
730 "painting/Paint.h", 730 "painting/Paint.h",
731 "painting/PaintingCallback.cpp", 731 "painting/PaintingCallback.cpp",
732 "painting/PaintingCallback.h", 732 "painting/PaintingCallback.h",
733 "painting/PaintingContext.cpp", 733 "painting/PaintingContext.cpp",
734 "painting/PaintingContext.h", 734 "painting/PaintingContext.h",
735 "painting/PaintingNode.cpp",
736 "painting/PaintingNode.h",
735 "painting/PaintingStyle.h", 737 "painting/PaintingStyle.h",
736 "painting/PaintingTasks.cpp", 738 "painting/PaintingTasks.cpp",
737 "painting/PaintingTasks.h", 739 "painting/PaintingTasks.h",
738 "painting/Picture.cpp", 740 "painting/Picture.cpp",
739 "painting/Picture.h", 741 "painting/Picture.h",
740 "painting/PictureRecorder.cpp", 742 "painting/PictureRecorder.cpp",
741 "painting/PictureRecorder.h", 743 "painting/PictureRecorder.h",
742 "painting/Point.cpp", 744 "painting/Point.cpp",
743 "painting/Point.h", 745 "painting/Point.h",
744 "painting/RRect.cpp", 746 "painting/RRect.cpp",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 "painting/Drawable.idl", 989 "painting/Drawable.idl",
988 "painting/DrawLooper.idl", 990 "painting/DrawLooper.idl",
989 "painting/DrawLooperAddLayerCallback.idl", 991 "painting/DrawLooperAddLayerCallback.idl",
990 "painting/DrawLooperLayerInfo.idl", 992 "painting/DrawLooperLayerInfo.idl",
991 "painting/Gradient.idl", 993 "painting/Gradient.idl",
992 "painting/Image.idl", 994 "painting/Image.idl",
993 "painting/LayerDrawLooperBuilder.idl", 995 "painting/LayerDrawLooperBuilder.idl",
994 "painting/LayoutRoot.idl", 996 "painting/LayoutRoot.idl",
995 "painting/MaskFilter.idl", 997 "painting/MaskFilter.idl",
996 "painting/Paint.idl", 998 "painting/Paint.idl",
999 "painting/PaintingNode.idl",
997 "painting/Path.idl", 1000 "painting/Path.idl",
998 "painting/Picture.idl", 1001 "painting/Picture.idl",
999 "painting/PictureRecorder.idl", 1002 "painting/PictureRecorder.idl",
1000 "painting/RRect.idl", 1003 "painting/RRect.idl",
1001 "painting/Shader.idl", 1004 "painting/Shader.idl",
1002 "view/EventCallback.idl", 1005 "view/EventCallback.idl",
1003 "view/FrameCallback.idl", 1006 "view/FrameCallback.idl",
1004 "view/View.idl", 1007 "view/View.idl",
1005 ], 1008 ],
1006 "abspath") 1009 "abspath")
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 "events/HashChangeEvent.idl", 1051 "events/HashChangeEvent.idl",
1049 "events/KeyboardEvent.idl", 1052 "events/KeyboardEvent.idl",
1050 "events/PageTransitionEvent.idl", 1053 "events/PageTransitionEvent.idl",
1051 "events/PointerEvent.idl", 1054 "events/PointerEvent.idl",
1052 "events/TextEvent.idl", 1055 "events/TextEvent.idl",
1053 "events/TransitionEvent.idl", 1056 "events/TransitionEvent.idl",
1054 "events/UIEvent.idl", 1057 "events/UIEvent.idl",
1055 "events/WheelEvent.idl", 1058 "events/WheelEvent.idl",
1056 ], 1059 ],
1057 "abspath") 1060 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/painting/Canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698