| Index: cc/output/renderer_settings.h
|
| diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
|
| index 16e8be9f384d08d729be23d9e681124af60aa3dc..eb157a39245e0872b887306d0420e7f49c5a3ad3 100644
|
| --- a/cc/output/renderer_settings.h
|
| +++ b/cc/output/renderer_settings.h
|
| @@ -13,10 +13,6 @@
|
|
|
| namespace cc {
|
|
|
| -namespace proto {
|
| -class RendererSettings;
|
| -} // namespace proto
|
| -
|
| class CC_EXPORT RendererSettings {
|
| public:
|
| RendererSettings();
|
| @@ -40,9 +36,6 @@ class CC_EXPORT RendererSettings {
|
| ResourceFormat preferred_tile_format;
|
| BufferToTextureTargetMap buffer_to_texture_target_map;
|
|
|
| - void ToProtobuf(proto::RendererSettings* proto) const;
|
| - void FromProtobuf(const proto::RendererSettings& proto);
|
| -
|
| bool operator==(const RendererSettings& other) const;
|
| };
|
|
|
|
|