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

Unified Diff: cc/layers/draw_properties.h

Issue 2105673003: cc: Compute animation scale on demand (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit changes 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 | « no previous file | cc/layers/draw_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/draw_properties.h
diff --git a/cc/layers/draw_properties.h b/cc/layers/draw_properties.h
index 9dee31b45b88fac16cf379ac6558703bf2134baa..d16b40b234c22a502722ef0b0c27365aec77c37c 100644
--- a/cc/layers/draw_properties.h
+++ b/cc/layers/draw_properties.h
@@ -56,14 +56,6 @@ struct CC_EXPORT DrawProperties {
// In target surface space, the original rect that clipped this layer. This
// value is used to avoid unnecessarily changing GL scissor state.
gfx::Rect clip_rect;
-
- // The maximum scale during the layers current animation at which content
- // should be rastered at to be crisp.
- float maximum_animation_contents_scale;
-
- // The scale during the layer animation start at which content should be
- // rastered at to be crisp.
- float starting_animation_contents_scale;
};
} // namespace cc
« no previous file with comments | « no previous file | cc/layers/draw_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698