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

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

Issue 2101623002: Remove DelegatedFrameData::device_scale_factor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix fuzzer Created 4 years, 6 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 | « content/browser/renderer_host/render_widget_host_view_android.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 ad16379e475c200a4cb0a68338290378e8b89163..6e425908e6a7b36eb738ff4ce6ae1beb48c3c51e 100644
--- a/tools/ipc_fuzzer/fuzzer/fuzzer.cc
+++ b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
@@ -719,8 +719,6 @@ struct FuzzTraits<cc::CompositorFrameAck> {
template <>
struct FuzzTraits<cc::DelegatedFrameData> {
static bool Fuzz(cc::DelegatedFrameData* p, Fuzzer* fuzzer) {
- if (!FuzzParam(&p->device_scale_factor, fuzzer))
- return false;
if (!FuzzParam(&p->resource_list, fuzzer))
return false;
if (!FuzzParam(&p->render_pass_list, fuzzer))
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698