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

Unified Diff: cc/playback/display_item_list_settings.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build Created 3 years, 11 months 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/playback/display_item_list.cc ('k') | cc/playback/display_item_list_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/display_item_list_settings.h
diff --git a/cc/playback/display_item_list_settings.h b/cc/playback/display_item_list_settings.h
index 9c081623b8ae66958170a0953203e415d90cd5b7..85fe8db3fa6d53c550efebd341ed28dcc8f27afa 100644
--- a/cc/playback/display_item_list_settings.h
+++ b/cc/playback/display_item_list_settings.h
@@ -11,18 +11,11 @@
namespace cc {
-namespace proto {
-class DisplayItemListSettings;
-}
-
class CC_EXPORT DisplayItemListSettings {
public:
DisplayItemListSettings();
- explicit DisplayItemListSettings(const proto::DisplayItemListSettings& proto);
~DisplayItemListSettings();
- void ToProtobuf(proto::DisplayItemListSettings* proto) const;
-
// If set, a picture will be cached inside the DisplayItemList.
bool use_cached_picture;
};
« no previous file with comments | « cc/playback/display_item_list.cc ('k') | cc/playback/display_item_list_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698