| Index: content/renderer/paint_aggregator.h
|
| ===================================================================
|
| --- content/renderer/paint_aggregator.h (revision 163460)
|
| +++ content/renderer/paint_aggregator.h (working copy)
|
| @@ -11,6 +11,8 @@
|
| #include "content/common/content_export.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| +namespace content {
|
| +
|
| // This class is responsible for aggregating multiple invalidation and scroll
|
| // commands to produce a scroll and repaint sequence.
|
| class CONTENT_EXPORT PaintAggregator {
|
| @@ -61,4 +63,6 @@
|
| PendingUpdate update_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_PAINT_AGGREGATOR_H_
|
|
|