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

Side by Side Diff: ppapi/utility/graphics/paint_aggregator.h

Issue 9122012: gcl change rev (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 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 | « ppapi/utility/completion_callback_factory.h ('k') | ppapi/utility/graphics/paint_aggregator.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 PPAPI_UTILITY_GRAPHICS_PAINT_AGGREGATOR_H_ 5 #ifndef PPAPI_UTILITY_GRAPHICS_PAINT_AGGREGATOR_H_
6 #define PPAPI_UTILITY_GRAPHICS_PAINT_AGGREGATOR_H_ 6 #define PPAPI_UTILITY_GRAPHICS_PAINT_AGGREGATOR_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 // important since there is typically some overhead in deciding what to 165 // important since there is typically some overhead in deciding what to
166 // paint. If your plugin is fast at doing these computations, raise this 166 // paint. If your plugin is fast at doing these computations, raise this
167 // threshold, if your plugin is slow, lower it (probably requires some 167 // threshold, if your plugin is slow, lower it (probably requires some
168 // tuning to find the right value). 168 // tuning to find the right value).
169 size_t max_paint_rects_; 169 size_t max_paint_rects_;
170 }; 170 };
171 171
172 } // namespace pp 172 } // namespace pp
173 173
174 #endif // PPAPI_UTILITY_PAINT_AGGREGATOR_H_ 174 #endif // PPAPI_UTILITY_PAINT_AGGREGATOR_H_
OLDNEW
« no previous file with comments | « ppapi/utility/completion_callback_factory.h ('k') | ppapi/utility/graphics/paint_aggregator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698