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

Unified Diff: tools/ipc_fuzzer/fuzzer/fuzzer.cc

Issue 2147873003: cc: Dedup IPCs to return resources to client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 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 | « services/ui/public/cpp/lib/output_surface.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/fuzzer/fuzzer.cc
diff --git a/tools/ipc_fuzzer/fuzzer/fuzzer.cc b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
index 5a7db7f5b769c385f275de9e065eda71338a775b..ff57074b382d72b450df5a52f461ea0d4998504e 100644
--- a/tools/ipc_fuzzer/fuzzer/fuzzer.cc
+++ b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
@@ -703,13 +703,6 @@ struct FuzzTraits<cc::CompositorFrame> {
};
template <>
-struct FuzzTraits<cc::CompositorFrameAck> {
- static bool Fuzz(cc::CompositorFrameAck* p, Fuzzer* fuzzer) {
- return FuzzParam(&p->resources, fuzzer);
- }
-};
-
-template <>
struct FuzzTraits<cc::DelegatedFrameData> {
static bool Fuzz(cc::DelegatedFrameData* p, Fuzzer* fuzzer) {
if (!FuzzParam(&p->resource_list, fuzzer))
« no previous file with comments | « services/ui/public/cpp/lib/output_surface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698