Index: cc/playback/recording_source.h |
diff --git a/cc/playback/recording_source.h b/cc/playback/recording_source.h |
index 13b2f46581daa425df3c30eb8a0e6b9355874927..053f182d0babcbafaea8aa61dd26d0feb21fbe81 100644 |
--- a/cc/playback/recording_source.h |
+++ b/cc/playback/recording_source.h |
@@ -19,10 +19,6 @@ |
namespace cc { |
-namespace proto { |
-class RecordingSource; |
-} // namespace proto |
- |
class ClientPictureCache; |
class ContentLayerClient; |
class DisplayItemList; |
@@ -44,11 +40,6 @@ class CC_EXPORT RecordingSource { |
RecordingSource(); |
virtual ~RecordingSource(); |
- void ToProtobuf(proto::RecordingSource* proto) const; |
- void FromProtobuf(const proto::RecordingSource& proto, |
- const scoped_refptr<DisplayItemList>& display_list, |
- const gfx::Rect& recorded_viewport); |
- |
bool UpdateAndExpandInvalidation(Region* invalidation, |
const gfx::Size& layer_size, |
const gfx::Rect& new_recorded_viewport); |