summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorpkasting <pkasting@chromium.org>2015-08-10 18:24:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-11 01:24:56 +0000
commit7ec6bd5ff1e4d75031b8aebc5696fc4ca6cdfcd8 (patch)
treeb76984fe713ec881c131edf430b54c5acac85b1f /gpu
parent2e0f3bdcf5f93937812513be700b970adac55c54 (diff)
downloadchromium_src-7ec6bd5ff1e4d75031b8aebc5696fc4ca6cdfcd8.zip
chromium_src-7ec6bd5ff1e4d75031b8aebc5696fc4ca6cdfcd8.tar.gz
chromium_src-7ec6bd5ff1e4d75031b8aebc5696fc4ca6cdfcd8.tar.bz2
Fix some protobuf issues (unnecessary imports, missing syntax) detected with a
new version of the protobuf compiler. BUG=none TEST=none Review URL: https://codereview.chromium.org/1279683004 Cr-Commit-Position: refs/heads/master@{#342766}
Diffstat (limited to 'gpu')
-rw-r--r--gpu/command_buffer/service/disk_cache_proto.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/disk_cache_proto.proto b/gpu/command_buffer/service/disk_cache_proto.proto
index ab3bb57..b1059a6 100644
--- a/gpu/command_buffer/service/disk_cache_proto.proto
+++ b/gpu/command_buffer/service/disk_cache_proto.proto
@@ -1,3 +1,4 @@
+syntax = "proto2";
option optimize_for = LITE_RUNTIME;
message ShaderVariableProto {