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

Unified Diff: cc/output/delegated_frame_data.h

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 | « cc/ipc/cc_param_traits.cc ('k') | cc/output/delegated_frame_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/delegated_frame_data.h
diff --git a/cc/output/delegated_frame_data.h b/cc/output/delegated_frame_data.h
index 8d9d2753376e28eb0b3f16b6ae5a5d7e688160a4..6217672dae2fe3364ee912c8cbd8396c458202ad 100644
--- a/cc/output/delegated_frame_data.h
+++ b/cc/output/delegated_frame_data.h
@@ -17,9 +17,6 @@ class CC_EXPORT DelegatedFrameData {
DelegatedFrameData();
~DelegatedFrameData();
- // The device scale factor used when generating this frame.
- float device_scale_factor;
-
TransferableResourceArray resource_list;
RenderPassList render_pass_list;
« no previous file with comments | « cc/ipc/cc_param_traits.cc ('k') | cc/output/delegated_frame_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698