Index: ppapi/cpp/paint_aggregator.h |
diff --git a/ppapi/cpp/paint_aggregator.h b/ppapi/cpp/paint_aggregator.h |
index a73a998e350b2c296fca1b537a91087234ca8884..3fe32a569191eab0c081d80d391af97c0b2da10d 100644 |
--- a/ppapi/cpp/paint_aggregator.h |
+++ b/ppapi/cpp/paint_aggregator.h |
@@ -22,6 +22,9 @@ namespace pp { |
class PaintAggregator { |
public: |
struct PaintUpdate { |
+ PaintUpdate(); |
+ ~PaintUpdate(); |
+ |
// True if there is a scroll applied. This indicates that the scroll delta |
// and scroll_rect are nonzero (just as a convenience). |
bool has_scroll; |
@@ -86,6 +89,7 @@ class PaintAggregator { |
class InternalPaintUpdate { |
public: |
InternalPaintUpdate(); |
+ ~InternalPaintUpdate(); |
// Computes the rect damaged by scrolling within |scroll_rect| by |
// |scroll_delta|. This rect must be repainted. It is not included in |