Commit d4988c82 authored by Naina Raisinghani's avatar Naina Raisinghani Committed by Commit Bot

Remove TODOs assigned to nainar

If a TODO was deleted it was either done/I don't understand the purpose
anymore.

Bug: 
Change-Id: I8fff96e71283f771e8d72f2c2c862115205512da
Reviewed-on: https://chromium-review.googlesource.com/831315Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Commit-Queue: nainar <nainar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524657}
parent 8128752a
......@@ -152,7 +152,6 @@ class Field(object):
self.group = None
# Method names
# TODO(nainar): Method name generation is inconsistent. Fix.
self.getter_method_name = getter_method_name
self.setter_method_name = setter_method_name
self.internal_getter_method_name = method_name([self.name, 'internal'])
......
......@@ -403,8 +403,6 @@ class ComputedStyle : public ComputedStyleBase,
void SetBorderImageOutset(const BorderImageLengthBox&);
// Border width properties.
// TODO(nainar): Move all fixed point logic to a separate class.
// border-top-width
float BorderTopWidth() const {
if (BorderTopStyle() == EBorderStyle::kNone ||
BorderTopStyle() == EBorderStyle::kHidden)
......
This Markdown file intends to demystify some of the StyleRecalc process:
TODO(nainar): Add more details about the StyleRecalc process here.
TODO(crbug.com/795634): Add more details about the StyleRecalc process here.
## Different StyleRecalc states
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment