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

Unified Diff: cc/playback/recording_source.h

Issue 2493523003: cc: Remove unused proto conversion code. (Closed)
Patch Set: test 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/layers/solid_color_scrollbar_layer.cc ('k') | cc/test/fake_remote_compositor_bridge.h » ('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 d0c36e598c1507a718d915a4bb6f573483562531..13b2f46581daa425df3c30eb8a0e6b9355874927 100644
--- a/cc/playback/recording_source.h
+++ b/cc/playback/recording_source.h
@@ -68,6 +68,7 @@ class CC_EXPORT RecordingSource {
bool can_use_lcd_text) const;
const DisplayItemList* GetDisplayItemList();
+ gfx::Rect recorded_viewport() const { return recorded_viewport_; }
protected:
gfx::Rect recorded_viewport_;
« no previous file with comments | « cc/layers/solid_color_scrollbar_layer.cc ('k') | cc/test/fake_remote_compositor_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698