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

Unified Diff: cc/playback/recording_source.h

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/output/renderer_settings_unittest.cc ('k') | cc/playback/recording_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cc/output/renderer_settings_unittest.cc ('k') | cc/playback/recording_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698