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

Side by Side Diff: ui/compositor/compositor.gyp

Issue 1108463002: Revert of ui: Cache the output of View::OnPaint when the View isn't invalid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ui/compositor/BUILD.gn ('k') | ui/compositor/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'layer_animator.cc', 58 'layer_animator.cc',
59 'layer_animator.h', 59 'layer_animator.h',
60 'layer_animator_collection.cc', 60 'layer_animator_collection.cc',
61 'layer_animator_collection.h', 61 'layer_animator_collection.h',
62 'layer_delegate.h', 62 'layer_delegate.h',
63 'layer_owner.cc', 63 'layer_owner.cc',
64 'layer_owner.h', 64 'layer_owner.h',
65 'layer_tree_owner.cc', 65 'layer_tree_owner.cc',
66 'layer_tree_owner.h', 66 'layer_tree_owner.h',
67 'layer_type.h', 67 'layer_type.h',
68 'paint_cache.cc',
69 'paint_cache.h',
70 'paint_context.cc', 68 'paint_context.cc',
71 'paint_context.h', 69 'paint_context.h',
72 'paint_recorder.cc', 70 'paint_recorder.cc',
73 'paint_recorder.h', 71 'paint_recorder.h',
74 'reflector.cc', 72 'reflector.cc',
75 'reflector.h', 73 'reflector.h',
76 'scoped_animation_duration_scale_mode.cc', 74 'scoped_animation_duration_scale_mode.cc',
77 'scoped_animation_duration_scale_mode.h', 75 'scoped_animation_duration_scale_mode.h',
78 'scoped_layer_animation_settings.cc', 76 'scoped_layer_animation_settings.cc',
79 'scoped_layer_animation_settings.h', 77 'scoped_layer_animation_settings.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'dependencies': [ 185 'dependencies': [
188 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 186 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
189 ], 187 ],
190 }], 188 }],
191 ], 189 ],
192 }], 190 }],
193 ], 191 ],
194 }, 192 },
195 ], 193 ],
196 } 194 }
OLDNEW
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698