Index: cc/resources/picture.h |
diff --git a/cc/resources/picture.h b/cc/resources/picture.h |
index 5e4e5ca8bd9d5fb1639bce3fdcafb21e7586e4a3..79c2720b5cee703ae9b617823418c0e77c4e1ebe 100644 |
--- a/cc/resources/picture.h |
+++ b/cc/resources/picture.h |
@@ -112,6 +112,8 @@ class CC_EXPORT Picture |
int current_y_; |
}; |
+ void EmitTraceSnapshot(); |
+ |
private: |
explicit Picture(gfx::Rect layer_rect); |
Picture(const base::Value*, bool* success); |