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

Unified Diff: cc/proto/renderer_settings.proto

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/proto/region.proto ('k') | cc/proto/synced_property.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/renderer_settings.proto
diff --git a/cc/proto/renderer_settings.proto b/cc/proto/renderer_settings.proto
deleted file mode 100644
index 4809c3ed99ac2b33f958b63cde83342fe046d099..0000000000000000000000000000000000000000
--- a/cc/proto/renderer_settings.proto
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-syntax = "proto2";
-
-package cc.proto;
-
-option optimize_for = LITE_RUNTIME;
-
-message BufferToTextureTarget {
- optional uint32 buffer_usage = 1;
- optional uint32 buffer_format = 2;
- optional uint32 texture_target = 3;
-};
-
-message RendererSettings {
- optional bool allow_antialiasing = 1;
- optional bool force_antialiasing = 2;
- optional bool force_blending_with_shaders = 3;
- optional bool partial_swap_enabled = 4;
- optional bool finish_rendering_on_resize = 5;
- optional bool should_clear_root_render_pass = 6;
- optional bool disable_display_vsync = 7;
- optional bool release_overlay_resources_after_gpu_query = 8;
- optional double refresh_rate = 9;
- optional uint32 highp_threshold_min = 10;
- optional uint32 texture_id_allocation_chunk_size = 11;
- optional bool use_gpu_memory_buffer_resources = 12;
- optional uint32 preferred_tile_format = 13;
- repeated BufferToTextureTarget buffer_to_texture_target = 14;
-}
« no previous file with comments | « cc/proto/region.proto ('k') | cc/proto/synced_property.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698